mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Move the v2 tests under the v2 tree
This commit is contained in:
parent
187da236b4
commit
938b2108d0
16 changed files with 25 additions and 515 deletions
4
Makefile
4
Makefile
|
@ -96,10 +96,10 @@ tests:
|
|||
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v # Could do: --with-coverage --cover-package=ansible
|
||||
|
||||
newtests:
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w test/v2 -v --with-coverage --cover-package=ansible
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w v2/test -v --with-coverage --cover-package=ansible
|
||||
|
||||
newtests-py3:
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w test/v2 -v --with-coverage --cover-package=ansible
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible
|
||||
|
||||
authors:
|
||||
sh hacking/authors.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue