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:
parent
afe1409a6e
commit
1aa338a353
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue