update python testing command to only run tests in the test directory
This commit is contained in:
parent
12345d1269
commit
fa1ab31c2c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -19,6 +19,6 @@ uninstall:
|
|||
test:
|
||||
|
||||
echo "...running python tests"
|
||||
python tests/run_tests.py
|
||||
nosetests --where tests/
|
||||
|
||||
.PHONY: clean reset uninstall test install
|
||||
.PHONY: clean reset uninstall test install
|
||||
|
|
Loading…
Reference in a new issue