update python testing command to only run tests in the test directory

This commit is contained in:
Dane Springmeyer 2011-08-30 17:20:44 +00:00
parent 12345d1269
commit fa1ab31c2c

View file

@ -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