AUTHORS
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
pytest_django/__init__.py
pytest_django/asserts.py
pytest_django/compat.py
pytest_django/django_compat.py
pytest_django/fixtures.py
pytest_django/lazy_django.py
pytest_django/live_server_helper.py
pytest_django/migrations.py
pytest_django/plugin.py
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/compat.py
pytest_django_test/db_helpers.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/conftest.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