Search code examples
Database is cleaned up after each test in pytest-django...


pythondjango-rest-frameworkpytest-django

Read More
pytest + django giving me a database error when fixture scope is 'module'...


djangopytestpytest-django

Read More
How to mark individual parameterized tests with a marker?...


pythonpytestui-automationpytest-django

Read More
Why can't pytest-django find manage.py?...


pythondjangopytestpytest-django

Read More
Installed pytest but running `pytest` in bash returns `not found`...


pythondjangovagrantpytestpytest-django

Read More
Django REST with pytest fixture integrity error...


django-rest-frameworkpytestpytest-djangodjango-fixtures

Read More
How to query additional databases using cursor in Django Pytests...


pythonpython-3.xdjangopytestpytest-django

Read More
pytest-cov cover many applications at once...


djangopytestcoverage.pypytest-django

Read More
Pytest setup class once before testing...


pytestpytest-djangodjango-mixer

Read More
Is Python 3.9.6 compatible with pytest 6.2.5?...


pythondjangorestpytestpytest-django

Read More
TypeError: 'Token' object is not callable...


pythondjango-rest-frameworkpytestpytest-djangopytest-cov

Read More
How to create a test-only Django model in general (and with pytest-django specifically)...


pythondjangopytestabstract-classpytest-django

Read More
Model constraints are not working with Faker ( Django )...


djangodjango-modelsfakerpytest-django

Read More
Mocking a RelatedManager in Django 2...


djangodjango-rest-frameworkpytestpython-mockpytest-django

Read More
Pytest errors connecting to test database...


pythondjangopytestpytest-django

Read More
Force tests to fail if migrations aren't run...


djangodjango-migrationspytest-django

Read More
How to test views with pytest whose views has LoginRequired and some specific user dependencies...


pythondjangopytestpytest-django

Read More
The pytest test always return abc.is_online True...


djangounit-testingdjango-rest-frameworkpytestpytest-django

Read More
How to test Django Querysets are equal using pytest-django...


pythondjangodjango-testingpytest-django

Read More
django.db.utils.IntegrityError: null value in column "old_column" violates not-null constr...


djangopytestpytest-django

Read More
Why won't pytest use pyproject.toml for this deprecation warning...


pythonpytestpytest-djangopyproject.toml

Read More
Authentication fails during login testing...


djangodjango-rest-frameworkpytestpytest-django

Read More
How to trigger allauth.account.signals.user_signed_up signal using pytest?...


djangodjango-allauthpytest-django

Read More
Django and pytest, multiple databases, use only one database...


djangodjango-rest-frameworkpytestpytest-django

Read More
How to explicitly instruct PyTest to drop a database after some tests?...


pythondjangodatabasepytestpytest-django

Read More
pytest ordered plugin doesn't work with combination of multiple files...


pythonunit-testingpytestpytest-django

Read More
Why do I get empty django querysets when using ThreadPoolExecutor with pytest-django?...


pythondjangopytestpytest-django

Read More
Django doesn't seem to mock model methods...


pythondjangomockingpytestpytest-django

Read More
Meaningful error message if Redirect after Post fails (Testing Django)...


djangodjango-testingpytest-django

Read More
pytest-django won't allow database access even with mark...


djangopytestpytest-django

Read More
BackNext