Skip to content

Commit

Permalink
mistake in makefile wrt pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jul 8, 2024
1 parent fb05879 commit 8bd066f
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 @@ -24,10 +24,10 @@ test-for-ga:
poetry run flake8 dcicutils
poetry run flake8 test --exclude=data_files
make test-units-with-coverage
mnake test-last
make test-last

test-last:
pytest -vv -m "last"
poetry run pytest -vv -m "last"

retest: # runs only failed tests from the last test run. (if no failures, it seems to run all?? -kmp 17-Dec-2020)
poetry run pytest -vv -r w --last-failed -m "not last"
Expand Down

0 comments on commit 8bd066f

Please sign in to comment.