.all-contributorsrc
.editorconfig
.flake8
.githooks.ini
.gitignore
.python-version
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
conftest.py
mypy.ini
pyproject.toml
pytest.ini
requirements.in
requirements.txt
setup.py
tasks.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/pythonapp.yml
assets/logo.png
assets/logo.xd
script/bootstrap
src/syrupy/__init__.py
src/syrupy/assertion.py
src/syrupy/constants.py
src/syrupy/exceptions.py
src/syrupy/location.py
src/syrupy/session.py
src/syrupy/terminal.py
src/syrupy/types.py
src/syrupy/utils.py
src/syrupy.egg-info/PKG-INFO
src/syrupy.egg-info/SOURCES.txt
src/syrupy.egg-info/dependency_links.txt
src/syrupy.egg-info/entry_points.txt
src/syrupy.egg-info/not-zip-safe
src/syrupy.egg-info/top_level.txt
src/syrupy/serializers/__init__.py
src/syrupy/serializers/amber.py
src/syrupy/serializers/base.py
src/syrupy/serializers/image.py
src/syrupy/serializers/raw_single.py
stubs/__init__.py
stubs/pytest.pyi
tests/__init__.py
tests/test_amber_data_serializer.py
tests/test_amber_serializer.py
tests/test_custom_serializer.py
tests/test_image_serializer.py
tests/test_integration.py
tests/test_single_serializer.py
tests/test_utils.py
tests/utils.py
tests/__snapshots__/test_amber_data_serializer.ambr
tests/__snapshots__/test_amber_serializer.ambr
tests/__snapshots__/test_image_serializer/test_image.png
tests/__snapshots__/test_image_serializer/test_image.svg