Added coverage report to tests

This commit is contained in:
Bastian Venthur
2018-10-17 09:12:04 +02:00
committed by Brian May
parent 41f5b3e9c1
commit d4bbf3b68d
3 changed files with 11 additions and 1 deletions

View File

@ -57,6 +57,12 @@ setup(
'sshuttle = sshuttle.cmdline:main',
],
},
tests_require=['pytest', 'pytest-runner', 'mock'],
tests_require=[
'pytest',
'pytest-cov',
'pytest-runner',
'mock',
'flake8',
],
keywords="ssh vpn",
)