mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Snapshot updates
This commit is contained in:
4
Makefile
4
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user