Skip to content
Snippets Groups Projects
Commit 2e362ac7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

configure coverage for nose2

parent 1f72f8b8
No related branches found
No related tags found
No related merge requests found
[run] [run]
branch=1 branch=1
include=
satella/*
omit= omit=
tests/* tests/*
examples/* examples/*
......
...@@ -33,8 +33,3 @@ max-line-length = 100 ...@@ -33,8 +33,3 @@ max-line-length = 100
[bdist_wheel] [bdist_wheel]
universal = 1 universal = 1
[nosetests]
verbosity = 3
with-coverage = 1
detailed-errors = 1
...@@ -10,7 +10,7 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'], ...@@ -10,7 +10,7 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'],
'psutil' 'psutil'
], ],
tests_require=[ tests_require=[
"nose2", "mock", "coverage" "nose2", "mock", "coverage", "nose2[coverage_plugin]"
], ],
test_suite='nose2.collector.collector', test_suite='nose2.collector.collector',
python_requires='!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*', python_requires='!=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*',
......
[coverage]
always-on = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment