1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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

This commit is contained in:
Michael DeHaan 2014-10-02 13:41:52 -04:00
parent afe1409a6e
commit 1aa338a353

View file

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