Move the v2 tests under the v2 tree

This commit is contained in:
Toshio Kuratomi 2014-10-15 18:08:28 -04:00
commit 938b2108d0
16 changed files with 25 additions and 515 deletions

View file

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