5 lines
40 B
Makefile
5 lines
40 B
Makefile
default: test
|
|
|
|
test:
|
|
pipenv run pytest
|
default: test
|
|
|
|
test:
|
|
pipenv run pytest
|