LICENSE-MIT
MANIFEST.in
README.rst
pyproject.toml
setup.py
pytest_tipsi_django/__init__.py
pytest_tipsi_django/client_fixtures.py
pytest_tipsi_django/django_fixtures.py
pytest_tipsi_django/plugin.py
pytest_tipsi_django.egg-info/PKG-INFO
pytest_tipsi_django.egg-info/SOURCES.txt
pytest_tipsi_django.egg-info/dependency_links.txt
pytest_tipsi_django.egg-info/entry_points.txt
pytest_tipsi_django.egg-info/requires.txt
pytest_tipsi_django.egg-info/top_level.txt
test_django_plugin/__init__.py
test_django_plugin/settings.py
test_django_plugin/urls.py
test_django_plugin/wsgi.py
test_django_plugin/app/__init__.py
test_django_plugin/app/admin.py
test_django_plugin/app/apps.py
test_django_plugin/app/models.py
test_django_plugin/app/views.py
test_django_plugin/app/migrations/0001_initial.py
test_django_plugin/app/migrations/__init__.py
test_django_plugin/app/tests/__init__.py
test_django_plugin/app/tests/conftest.py
test_django_plugin/app/tests/test_fixture_rollback.py
test_django_plugin/app/tests/test_settings.py
test_django_plugin/app/tests/test_transactions.py
test_django_plugin/app/tests/test_transactions_class.py
test_django_plugin/app/tests/test_transactions_shortcuts.py