Skip to content

Commit 6f035aa

Browse files
committed
add python test command to makefile
1 parent dbf45fb commit 6f035aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ style:
1515
isort src tests
1616
flake8 src tests --max-line-length 88
1717

18-
# test:
19-
# pytest tests
18+
test:
19+
python -m pytest -s -vvv --cache-clear tests/
2020

2121
build:
2222
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)