Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Fix nose test cmd. Add coverage settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmac committed Aug 1, 2012
1 parent 450f915 commit 7a57ed2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[report]
include:
scrum/*

[html]
directory = _coverage
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ static_root/
settings/local.py
.codeintel
*.sublime*
.coverage
_coverage/*
2 changes: 1 addition & 1 deletion settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
'django.contrib.staticfiles',
'django.contrib.admin',
'bootstrap',
'django_nose',
'floppyforms',
'scrum',
'south',
'django_nose',
)

TEMPLATE_CONTEXT_PROCESSORS = (
Expand Down

0 comments on commit 7a57ed2

Please sign in to comment.