mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add Makefile target for snapshot update
This commit is contained in:
3
Makefile
3
Makefile
@@ -2,6 +2,8 @@ test:
|
||||
pytest --cov-report term-missing --cov=textual tests/ -vv
|
||||
unit-test:
|
||||
pytest --cov-report term-missing --cov=textual tests/ -vv -m "not integration_test"
|
||||
test-snapshot-update:
|
||||
pytest --cov-report term-missing --cov=textual tests/ -vv --snapshot-update
|
||||
typecheck:
|
||||
mypy src/textual
|
||||
format:
|
||||
@@ -14,4 +16,3 @@ docs-build:
|
||||
mkdocs build
|
||||
docs-deploy:
|
||||
mkdocs gh-deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user