Make target for nosetests, no need to set library path for previous tests

pull/9250/head
Michael DeHaan 10 years ago
parent afe1409a6e
commit 1aa338a353

@ -91,7 +91,11 @@ NOSETESTS ?= nosetests
all: clean python
tests:
PYTHONPATH=./lib ANSIBLE_LIBRARY=./lib/ansible/modules $(NOSETESTS) -d -w test/units -v
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v
authors:
sh hacking/authors.sh

Loading…
Cancel
Save