blob: 494c03f0722007963dbbca8aad8a757ec1aae1cf [file] [log] [blame]
Jon Wayne Parrott377f2932016-10-04 10:20:36 -07001[run]
2branch = True
3
4[report]
5omit =
6 */samples/*
7 */conftest.py
8exclude_lines =
9 # Re-enable the standard pragma
10 pragma: NO COVER
11 # Ignore debug-only repr
12 def __repr__
13 # Don't complain if tests don't hit defensive assertion code:
14 raise NotImplementedError