.all-contributorsrc
.editorconfig
.flake8
.githooks.ini
.gitignore
.python-version
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
conftest.py
dev-requirements.in
dev-requirements.txt
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/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/requires.txt
src/syrupy.egg-info/top_level.txt
src/syrupy/serializers/__init__.py
src/syrupy/serializers/base.py
src/syrupy/serializers/image.py
src/syrupy/serializers/raw_single.py
src/syrupy/serializers/yaml.py
stubs/__init__.py
stubs/pytest.pyi
tests/__init__.py
tests/test_integration.py
tests/test_plugin_image.py
tests/test_plugin_single.py
tests/test_snapshots.py
tests/test_utils.py
tests/utils.py
tests/__snapshots__/test_snapshots.yaml
tests/__snapshots__/test_plugin_image/test_image.png
tests/__snapshots__/test_plugin_image/test_image.svg