Munteanu Gabriel
Munteanu Gabriel
### Suggested Behavior In the depreciated version there was: ``` from openapi_core import openapi_request_validator #allows u to iter through all the errors found, in this way, you could use the...
### Actual Behavior So i use: from openapi_core import validate_request To validate request data versus schema: validate_request(request_data, self.spec) Here's the snipped for request body: getRequest: type: object properties: type_of: type:...
from simple_settings import LazySettings /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/simple_settings/__init__.py:1: in from .models import Settings /opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/simple_settings/models.py:2: in from django.core.cache import get_cache E ImportError: cannot import name 'get_cache' from 'django.core.cache' (/opt/hostedtoolcache/Python/3.10.11/x64/lib/python3.10/site-packages/django/core/cache/__init__.py) Here's the requirements also: certifi==2022.12.7...
As title say, if card is passed, but has been won, going back is a major issue, it selects other card then the expected one
So for me it seems that report portal logs every single entry for standard python logger class during pytest execution, how can this be disabled?