Kaydet (Commit) 8caffe4e authored tarafından Gabor Nagy's avatar Gabor Nagy

Add coverage

üst 747304d5
[run]
branch = True
source = docker
[report]
exclude_lines =
if __name__ == .__main__.:
[html]
directory = html
......@@ -6,3 +6,5 @@ dist
*.swp
.tox
.coverage
html/*
mock==1.0.1
\ No newline at end of file
mock==1.0.1
coverage==3.7.1
......@@ -5,7 +5,7 @@ skipsdist=True
[testenv:py26]
usedevelop=True
commands =
{envpython} tests/test.py
{envbindir}/coverage run -p tests/test.py
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
......@@ -13,14 +13,18 @@ deps =
[testenv:py27]
usedevelop=True
commands =
{envpython} tests/test.py
{envbindir}/coverage run -p tests/test.py
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv]
usedevelop=True
commands =
{envpython} tests/test.py
{envbindir}/coverage run -p tests/test.py
{envbindir}/coverage combine
{envbindir}/coverage report
{envbindir}/coverage html
deps =
-r{toxinidir}/requirements3.txt
-r{toxinidir}/test-requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment