Skip to content

Commit

Permalink
move unit tests from nose tests to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb committed Nov 28, 2024
1 parent c5e3598 commit 13a256e
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 @@ -49,7 +49,7 @@ lint:
flake8 imcsdk tests

test:
nosetests -w tests
pytest tests/unit_tests

coverage:
coverage run --source imcsdk setup.py test
Expand Down

0 comments on commit 13a256e

Please sign in to comment.