From review (by Sybren Stüvel): pytest-cov
This commit is contained in:
3
setup.cfg
Normal file
3
setup.cfg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[tool:pytest]
|
||||||
|
addopts = -v --cov blendfile --cov-report term-missing --ignore node_modules -x --ff tests/
|
||||||
|
|
5
setup.py
5
setup.py
@@ -10,7 +10,8 @@ setup(
|
|||||||
license='GNU General Public License v2 or later (GPLv2+)',
|
license='GNU General Public License v2 or later (GPLv2+)',
|
||||||
packages=find_packages('.', exclude=['tests']),
|
packages=find_packages('.', exclude=['tests']),
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest>=2.9.1',
|
||||||
|
'pytest-cov>=2.2.1',
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=True,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user