Skip to content

Commit b3c9089

Browse files
committed
Snapshot updates
1 parent e23a0ef commit b3c9089

25 files changed

Lines changed: 1327 additions & 1327 deletions

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ run := poetry run
44
test:
55
$(run) pytest tests/ -n 16 --dist=loadgroup $(ARGS)
66

7+
.PHONY: testv
8+
testv:
9+
$(run) pytest tests/ -vvv -n 16 --dist=loadgroup $(ARGS)
10+
711
.PHONY: test-snapshot-update
812
test-snapshot-update:
913
$(run) pytest tests/ --snapshot-update -n 16 --dist=loadgroup $(ARGS)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pytest-textual-snapshot = "^1.0.0"
7979
[tool.pytest.ini_options]
8080
asyncio_mode = "auto"
8181
testpaths = ["tests"]
82-
addopts = "--strict-markers -vv"
82+
addopts = "--strict-markers"
8383
markers = [
8484
"syntax: marks tests that require syntax highlighting (deselect with '-m \"not syntax\"')",
8585
]

tests/snapshot_tests/__snapshots__/test_snapshots/test_ansi.svg

Lines changed: 55 additions & 56 deletions
Loading

0 commit comments

Comments
 (0)