Search code examples
Upgrading pytest causes TypeError: 'NoneType' object is not callable error...


pythondjangopytestpytest-django

Read More
pytest-django: users created with create_user are always authenticated...


djangopytestdjango-authenticationdjango-userspytest-django

Read More
Get overview of SQL query count for every test in a test suite...


pythondjangopytestpytest-django

Read More
Why is pytest client giving 404 error when I should be getting 400 error...


pytest-django

Read More
Parametrize attributes of Django-models with multi-table inheritance in pytest-factoryboy...


djangopytestfactory-boypytest-django

Read More
pytest: parametrize class based tests with fixtures (pytest-django)...


pythonpytestpytest-django

Read More
How to properly test Django API ListView with PyTest?...


pythondjangodjango-rest-frameworkpytestpytest-django

Read More
How to deactivate django plugin for some tests?...


pytestpytest-django

Read More
Django Rest Framework Not Null Error when creating from payload...


djangodjango-rest-frameworkpytestpytest-django

Read More
Django factory boy post_generation in field with default value don't work...


djangopython-3.xfactory-boypytest-django

Read More
Pytest Django function mocking APITestCase...


pythondjangodjango-rest-frameworkpytestpytest-django

Read More
Compare two dictionaries returned from REST framework using pytest...


pythondjangodjango-rest-frameworkpytestpytest-django

Read More
Django Unit tests fail over domain socket...


djangounix-socketpytest-django

Read More
Form always invalid when running in pytest...


pythondjangodjango-formsdjango-adminpytest-django

Read More
Change Django setting ALLOWED_HOSTS in settings.py only when running pytest...


pythondjangopytestpytest-django

Read More
Getting live_server fixture with Django test working...


pythondjangoselenium-webdriverpytestpytest-django

Read More
pytest with database details from command line and fixtures...


pythondjangopytestpytest-django

Read More
pytest and Django transactional database...


djangopytestpytest-django

Read More
pytest-django: Is this the right way to test view with parameters?...


pythondjangopytestdjango-testingpytest-django

Read More
How to follow Django redirect using django-pytest?...


djangopytestpytest-django

Read More
Wrapped error with setup_databases for pytest-django...


pythondjangopytestpytest-django

Read More
Flow control and Failed: Database access not allowed, use the "django_db".... Error...


pythondjangopytestpytest-django

Read More
How to override a pytest fixture calling the original in pytest 4...


pythonpytestfixturespytest-django

Read More
Failed: Database access not allowed, use the "django_db" mark, or the "db" or &q...


pythondjangopytestfactory-boypytest-django

Read More
pytest - How to patch a method to avoid database call...


djangodjango-rest-frameworkmockingpytestpytest-django

Read More
Pytest Django Discovers Fixture but Says "Not Found" on the Run...


pythondjangopython-3.xpytestpytest-django

Read More
pytest-django add fixtures to live_server fixture...


pythondjangopytestpytest-django

Read More
pytest/mixer Django - fixture ignores field value when it's inherited from another model...


pytestpytest-djangodjango-mixer

Read More
keeping data between parameterized tests with pytest-django...


pythondjangopytest-django

Read More
Caching objects inbetween tests using pytest-django...


djangopytest-django

Read More
BackNext