This commit is contained in:
Will McGugan
2021-07-05 20:37:54 +01:00
parent c8e14859e5
commit e52af23f0f
5 changed files with 100 additions and 0 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
test:
pytest --cov-report term-missing --cov=textual tests/ -vv
typecheck:
mypy -p rich --strict