kata/Makefile.sample

9 lines
96 B
Makefile
Raw Permalink Normal View History

all:
pipenv run pytest
all-mypy:
pipenv run pytest --mypy
all-cov:
pipenv run pytest --cov