mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Make target for nosetests, no need to set library path for previous tests
This commit is contained in:
6
Makefile
6
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user