Skip to content

Commit

Permalink
Simplify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edadaltocg committed Jun 19, 2024
1 parent 46bba8a commit f6229f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ doc:
cd docs && sphinx-apidoc -o ./source -f ../src/detectors -d 4 && make clean && make html

test:
pytest -vv tests/models.py tests/methods.py tests/docstrings.py -s --cov \
pytest -vv tests/methods.py -s --cov \
--cov-config=.coveragerc \
--cov-report xml \
--cov-report term-missing:skip-covered
Expand Down

0 comments on commit f6229f1

Please sign in to comment.