Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Oct 22, 2024
1 parent f650102 commit f73b2e1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ classifiers = [
"Topic :: Utilities",
]

[project.optional-dependencies]
dev = [
"pytest>=8.3.3",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down
1 change: 1 addition & 0 deletions tests/__snapshots__/test_graph.ambr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# serializer version: 1
# name: test_unaligned_modify[0-0-new]
list([
'newtest ',
Expand Down
1 change: 1 addition & 0 deletions tests/__snapshots__/test_token.ambr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# serializer version: 1
# name: test_tokenize[ -expected2]
list([
' ',
Expand Down
1 change: 1 addition & 0 deletions tests/test_shared/__snapshots__/test_ranges.ambr
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# serializer version: 1
# name: test_edit_range[-01]
dict({
'from': 0,
Expand Down
6 changes: 6 additions & 0 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f73b2e1

Please sign in to comment.