run coverage from tox
This commit is contained in:
parent
6b23ad31e9
commit
e771852ebf
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ ChangeLog
|
|||||||
.tox/*
|
.tox/*
|
||||||
devenv/*
|
devenv/*
|
||||||
.coverage
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ deps =
|
|||||||
commands = flake8 teeth_agent
|
commands = flake8 teeth_agent
|
||||||
|
|
||||||
[testenv:unit]
|
[testenv:unit]
|
||||||
commands = nosetests --all-modules teeth_agent/tests
|
commands = nosetests --all-modules --with-coverage --cover-package=teeth_agent --cover-inclusive teeth_agent
|
||||||
|
|
||||||
[testenv:devenv]
|
[testenv:devenv]
|
||||||
envdir = devenv
|
envdir = devenv
|
||||||
|
Loading…
Reference in New Issue
Block a user