Search code examples
Django connections object does not see the tables of a second database during testing with pytest-dj...


djangopytestpytest-django

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


pythonpython-3.xpytestdjango-testingpytest-django

Read More
pytest-django: Model class sites.models.Site doesn't declare an explicit app_label...


pythondjangotestingpytestpytest-django

Read More
How to call pytest-django from python manage.py test?...


djangodjango-adminpytestpytest-djangodjango-management-command

Read More
Test fails when executing in order...


python-3.xdjango-rest-frameworkpytestpytest-django

Read More
VS Code not finding pytest tests...


pythonpython-3.xvisual-studio-codepytestpytest-django

Read More
pytest ScopeMismatch error: how to use fixtures properly...


pythonpytestpytest-django

Read More
Pytest doesn't found my settings directory...


pythondjangopytestpytest-django

Read More
How to test Django models against a DB without manage.py in a standalone package using pytest and Gi...


pythondjangounit-testingpytestpytest-django

Read More
"... && coverage report" not working after switching to pytest-django...


pythondjangopytestcoverage.pypytest-django

Read More
Setting up pytest django database...


djangopostgresqlpytest-django

Read More
install postgresql extension before pytest set up database for django...


pythondjangopostgresqlpytestpytest-django

Read More
operator class "gin_trgm_ops" does not exist for access method "gin"...


pythondjangoindexingpytest-djangopg-trgm

Read More
How to mock django settings attributes in pytest-django...


djangopytestpytest-django

Read More
Disable autouse fixtures on specific pytest marks...


pythonpytestpytest-django

Read More
How to fix pytest marker not picking up tests...


pythonpytestgoogle-maps-markerspytest-djangopytest-cov

Read More
Request in test APIClient fails after authenticating twice...


djangodjango-rest-frameworkpytest-django

Read More
PATCH and PUT don't work as expected when pytest is interacting with REST framework...


pythondjango-rest-frameworkputpytest-django

Read More
AttributeError: 'ManyRelatedManager' object has no attribute 'title'...


pythondjangounit-testingdjango-modelspytest-django

Read More
Playwright + Django: how to wait for events...


djangopytest-djangoplaywright-python

Read More
How to Access Pytest Fixtures passed into Pytest Classes with the pytest.mark.usefixture marker...


python-3.xdjangotestingfixturespytest-django

Read More
Pytest paramaterized fixture not returning yielded object, only returning tuple?...


pythontestingpytestpytest-django

Read More
Mocking does not work as expected (Django)...


djangomockingpytestpython-unittestpytest-django

Read More
How to solve PytestConfigWarning: Unknown config option: DJANGO_ SETTINGS_MODULE error?...


djangopytestpytest-django

Read More
"Apps aren't loaded yet" when trying to run pytest-django...


pythondjangopytestpytest-django

Read More
Database is not cleaned up after each test in pytest-django...


postgresqldockerpytest-django

Read More
pytest-django cannot find my existing module...


pythonpython-3.xdjangopytestpytest-django

Read More
How to test redirection in Django using pytest?...


pythondjangopytestpytest-django

Read More
Getting a 404 error when sending a POST request with APIClient in Django test case...


pythondjangounit-testingdjango-rest-frameworkpytest-django

Read More
Third test in Django with Pytest is failed because "django.template.exceptions.TemplateDoesNotE...


pythondjangopytestpytest-django

Read More
BackNext