Add Makefile target for snapshot update

This commit is contained in:
Darren Burns
2022-09-20 15:46:08 +01:00
parent c54c844695
commit d2f8ad5257

View File

@@ -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