Skip to content

Commit

Permalink
running tests command is added to the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeniukink committed Jun 26, 2024
1 parent 652fd68 commit bfcc329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ style:
isort src tests
flake8 src tests --max-line-length 88

# test:
# pytest tests
test:
python -m pytest -s -vvv --cache-clear tests/

build:
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit bfcc329

Please sign in to comment.