Skip to content

Commit bfcc329

Browse files
committed
running tests command is added to the Makefile
1 parent 652fd68 commit bfcc329

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)