Skip to content

Commit c22e85b

Browse files
committed
Adding proper coverage module.
1 parent 18bad27 commit c22e85b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919

2020
test:
2121
pip install -r test_requirements.txt --use-mirrors
22-
nosetests -v tests/ --with-coverage --cover-package yajl
22+
nosetests --with-cov --cover-erase --cov yajl -v tests/
2323

2424
doc: gh-pages
2525

test_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
minimocktest
22
nose
3+
nose-cov

0 commit comments

Comments
 (0)