Skip to content

Commit

Permalink
Better describe settings section.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankask committed Dec 11, 2012
1 parent 9c0d79d commit 0721a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoverage/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# process
TESTED_APPS_VAR_NAME = getattr(settings, 'TESTED_APPS_VAR_NAME', 'TESTS_APPS')

# Modules not to trace
# Coverage settings
COVERAGE_OMIT_MODULES = getattr(settings, 'COVERAGE_OMIT_MODULES', ['*test*'])
COVERAGE_EXCLUDE_PATTERNS = getattr(settings, 'COVERAGE_EXCLUDE_PATTERNS', [
r'def __unicode__\(self\):',
Expand Down

0 comments on commit 0721a55

Please sign in to comment.