Skip to content

Commit

Permalink
let the testpaths field in pytest.ini to specify test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nivlekp committed Mar 16, 2024
1 parent 2c8cd20 commit d0776a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,17 @@ mypy:
project = abjad

pytest:
pytest .
pytest

pytest-coverage:
rm -Rf htmlcov/
pytest \
--cov-config=.coveragerc \
--cov-report=html \
--cov=${project} \
.
--cov=${project}

pytest-x:
pytest -x .
pytest -x

reformat:
make black-reformat
Expand Down

0 comments on commit d0776a3

Please sign in to comment.