Tell nose to include branches in its coverage reporting
This commit is contained in:
parent
b3452de8a7
commit
6c94d85690
1 changed files with 2 additions and 2 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 v2/test -v --with-coverage --cover-package=ansible
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS) -d -w v2/test -v --with-coverage --cover-package=ansible --cover-branches
|
||||
|
||||
newtests-py3:
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible
|
||||
PYTHONPATH=./v2:./lib $(NOSETESTS3) -d -w v2/test -v --with-coverage --cover-package=ansible --cover-branches
|
||||
|
||||
authors:
|
||||
sh hacking/authors.sh
|
||||
|
|
Loading…
Reference in a new issue