Skip to content

Commit e7977a8

Browse files
committed
wip
1 parent 796b27e commit e7977a8

File tree

92 files changed

+175
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+175
-410
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ dev-dependencies = [
109109
]
110110

111111
[tool.inline-snapshot]
112-
snapshot-dir = "tests/snapshots"
112+
storage-dir = "tests/snapshots"

tests/snapshots/__init__.py

Lines changed: 166 additions & 347 deletions
Large diffs are not rendered by default.

tests/snapshots/external/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ignore all snapshots which are not refered in the source
2+
*-new.*

0 commit comments

Comments
 (0)