Commit 1aa338a3 by Michael DeHaan

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

parent afe1409a
...@@ -91,7 +91,11 @@ NOSETESTS ?= nosetests ...@@ -91,7 +91,11 @@ NOSETESTS ?= nosetests
all: clean python all: clean python
tests: 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: authors:
sh hacking/authors.sh sh hacking/authors.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment