Files
textual/Makefile
Will McGugan e52af23f0f workflow
2021-07-05 20:37:54 +01:00

4 lines
98 B
Makefile

test:
pytest --cov-report term-missing --cov=textual tests/ -vv
typecheck:
mypy -p rich --strict