.git-blame-ignore-revs
.gitignore
.readthedocs.yml
AUTHORS
LICENSE
Makefile
README.rst
codecov.yml
pyproject.toml
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/deploy.yml
.github/workflows/main.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/configuring_django.rst
docs/contributing.rst
docs/database.rst
docs/faq.rst
docs/helpers.rst
docs/index.rst
docs/make.bat
docs/managing_python_path.rst
docs/tutorial.rst
docs/usage.rst
docs/_ext/pytestdocs.py
pytest_django/__init__.py
pytest_django/_version.py
pytest_django/asserts.py
pytest_django/django_compat.py
pytest_django/fixtures.py
pytest_django/lazy_django.py
pytest_django/live_server_helper.py
pytest_django/plugin.py
pytest_django/py.typed
pytest_django.egg-info/PKG-INFO
pytest_django.egg-info/SOURCES.txt
pytest_django.egg-info/dependency_links.txt
pytest_django.egg-info/entry_points.txt
pytest_django.egg-info/requires.txt
pytest_django.egg-info/top_level.txt
pytest_django_test/__init__.py
pytest_django_test/db_helpers.py
pytest_django_test/db_router.py
pytest_django_test/settings_base.py
pytest_django_test/settings_mysql_innodb.py
pytest_django_test/settings_mysql_myisam.py
pytest_django_test/settings_postgres.py
pytest_django_test/settings_sqlite.py
pytest_django_test/settings_sqlite_file.py
pytest_django_test/urls.py
pytest_django_test/urls_overridden.py
pytest_django_test/app/__init__.py
pytest_django_test/app/models.py
pytest_django_test/app/views.py
pytest_django_test/app/fixtures/items.json
pytest_django_test/app/migrations/0001_initial.py
pytest_django_test/app/migrations/__init__.py
pytest_django_test/app/static/a_file.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_asserts.py
tests/test_database.py
tests/test_db_access_in_repr.py
tests/test_db_setup.py
tests/test_django_configurations.py
tests/test_django_settings_module.py
tests/test_doctest.txt
tests/test_environment.py
tests/test_fixtures.py
tests/test_initialization.py
tests/test_manage_py_scan.py
tests/test_unittest.py
tests/test_urls.py
tests/test_without_django_loaded.py