Skip to content

Commit

Permalink
coverage: Fine-tune what is included in the tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogério Brito committed Dec 10, 2013
1 parent dda933f commit b9c9255
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
omit =
*/python?.?/*
*/site-packages/nose/*

exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Python 2/3 compatibility
except ImportError
sys.version_info

0 comments on commit b9c9255

Please sign in to comment.