Skip to content

Commit

Permalink
add nose coverage settings
Browse files Browse the repository at this point in the history
  • Loading branch information
copelco committed Dec 15, 2012
1 parent d784346 commit 494ea11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/default.py
Expand Up @@ -64,3 +64,8 @@
("rapidsms.contrib.scheduler.views.index", "Event Scheduler"),
("rapidsms.contrib.httptester.views.generate_identity", "Message Tester"),
]

NOSE_ARGS = [
'--with-coverage',
'--cover-package=rapidsms',
]

0 comments on commit 494ea11

Please sign in to comment.