Skip to content

Commit 9f0487a

Browse files
authored
Modify nosetests command (scrapinghub#320)
1 parent f18ad29 commit 9f0487a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
source = dateparser

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ deps =
66
-rrequirements.txt
77
-rtests/requirements.txt
88
commands =
9-
nosetests -v --with-coverage tests
9+
nosetests -v --with-coverage --cover-package=dateparser tests

0 commit comments

Comments
 (0)