Skip to content

Commit 3ad182d

Browse files
author
pgaref
committed
Adding pytest-cov dependency
1 parent 3131dde commit 3ad182d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ httmock == 1.2.6
44
python-dateutil == 2.6.0
55
beautifulsoup4 == 4.5.3
66
pytest == 3.0.7
7+
pytest-cov == 2.4.0
78
schedule == 0.4.2

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ def run_tests(self):
5656
"httmock>=1.2.6",
5757
"python-dateutil>=2.6.0",
5858
"schedule>=0.4.2",
59-
"pytest>=3.0.7"],
59+
"pytest>=3.0.7",
60+
"pytest-cov>=2.4.0"],
6061
# setup_requires=[
6162
# 'pytest-runner',
6263
# ],

0 commit comments

Comments
 (0)