Skip to content

Commit

Permalink
fix dodo.py
Browse files Browse the repository at this point in the history
Signed-off-by: Chris “Kwpolska” Warrick <[email protected]>
  • Loading branch information
Kwpolska committed Mar 14, 2014
1 parent 98f4ce4 commit 1103124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def task_doctest():
"""run doctests with py.test"""
return {
'actions': ['py.test --doctest-modules nikola/'],
'verbosity': 2,
}


Expand All @@ -72,7 +73,7 @@ def task_test():


def task_coverage():
"""run unit-tests using nose"""
"""run unit-tests using py.test, with coverage reporting"""
return {
'task_dep': ['locale', 'doctest'],
'actions': ['py.test --cov nikola --cov-report term-missing tests/'],
Expand Down

0 comments on commit 1103124

Please sign in to comment.