CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
setup.py
tox.ini
examples/django_project/manage.py
examples/django_project/django_project/__init__.py
examples/django_project/django_project/settings.py
examples/django_project/django_project/tests.py
examples/django_project/django_project/urls.py
examples/django_project/django_project/wsgi.py
examples/django_project/django_project/snapshots/__init__.py
examples/django_project/django_project/snapshots/snap_tests.py
examples/django_project/lists/__init__.py
examples/django_project/lists/apps.py
examples/django_project/lists/models.py
examples/django_project/lists/tests.py
examples/django_project/lists/views.py
examples/django_project/lists/migrations/0001_initial.py
examples/django_project/lists/migrations/__init__.py
examples/django_project/lists/snapshots/__init__.py
examples/django_project/lists/snapshots/snap_tests.py
examples/django_project/lists/templates/home.html
examples/pytest/test_demo.py
examples/pytest/snapshots/__init__.py
examples/pytest/snapshots/snap_test_demo.py
examples/pytest/snapshots/snap_test_demo/test_file 1.txt
examples/pytest/snapshots/snap_test_demo/test_multiple_files 1.txt
examples/pytest/snapshots/snap_test_demo/test_multiple_files 2.txt
examples/unittest/test_demo.py
examples/unittest/snapshots/__init__.py
examples/unittest/snapshots/snap_test_demo.py
snapshottest/__init__.py
snapshottest/diff.py
snapshottest/django.py
snapshottest/error.py
snapshottest/file.py
snapshottest/formatter.py
snapshottest/formatters.py
snapshottest/generic_repr.py
snapshottest/module.py
snapshottest/nose.py
snapshottest/pytest.py
snapshottest/reporting.py
snapshottest/snapshot.py
snapshottest/sorted_dict.py
snapshottest/unittest.py
snapshottest.egg-info/PKG-INFO
snapshottest.egg-info/SOURCES.txt
snapshottest.egg-info/dependency_links.txt
snapshottest.egg-info/entry_points.txt
snapshottest.egg-info/requires.txt
snapshottest.egg-info/top_level.txt
tests/conftest.py
tests/test_formatter.py
tests/test_module.py
tests/test_pytest.py
tests/test_snapshot_test.py
tests/test_sorted_dict.py