Snapshot updates

This commit is contained in:
Darren Burns
2024-11-06 14:29:50 +00:00
parent e23a0ef289
commit b3c9089e6a
25 changed files with 1327 additions and 1327 deletions

View File

@@ -4,6 +4,10 @@ run := poetry run
test:
$(run) pytest tests/ -n 16 --dist=loadgroup $(ARGS)
.PHONY: testv
testv:
$(run) pytest tests/ -vvv -n 16 --dist=loadgroup $(ARGS)
.PHONY: test-snapshot-update
test-snapshot-update:
$(run) pytest tests/ --snapshot-update -n 16 --dist=loadgroup $(ARGS)