Skip to content

Commit

Permalink
omit tests modue from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Walter Renner committed Apr 24, 2017
1 parent 20756dc commit 3fb4de8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[run]
source = organizations
omit = organizations/tests/*
6 changes: 0 additions & 6 deletions organizations/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
from .test_backends import *
from .test_base import *
from .test_forms import *
from .test_mixins import *
from .test_models import *
from .test_utils import *

0 comments on commit 3fb4de8

Please sign in to comment.