kata: add sample Makefile to launch tests

This commit is contained in:
Bruno BELANYI 2020-11-09 11:49:20 +01:00
parent 0a4966ae95
commit 1222f64d82
1 changed files with 8 additions and 0 deletions

8
Makefile.sample Normal file
View File

@ -0,0 +1,8 @@
all:
pipenv run pytest
all-mypy:
pipenv run pytest --mypy
all-cov:
pipenv run pytest --cov