Jon Wayne Parrott | 377f293 | 2016-10-04 10:20:36 -0700 | [diff] [blame^] | 1 | [run] |
2 | branch = True | ||||
3 | |||||
4 | [report] | ||||
5 | omit = | ||||
6 | */samples/* | ||||
7 | */conftest.py | ||||
8 | exclude_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 |