kata: add sample Makefile to launch tests
This commit is contained in:
parent
0a4966ae95
commit
1222f64d82
8
Makefile.sample
Normal file
8
Makefile.sample
Normal file
|
@ -0,0 +1,8 @@
|
|||
all:
|
||||
pipenv run pytest
|
||||
|
||||
all-mypy:
|
||||
pipenv run pytest --mypy
|
||||
|
||||
all-cov:
|
||||
pipenv run pytest --cov
|
Loading…
Reference in a new issue