aboutsummaryrefslogtreecommitdiff
blob: 18303775fb4b65762cb6de09acceb7aaa8a528d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
source = snakeoil
branch = True
omit = src/*, tests/*

[paths]
source = **/site-packages/snakeoil

[report]
show_missing = True
skip_covered = True
exclude_lines =
	# re-enable the standard pragma
	pragma: no cover

	# ignore defensive assertions
	raise AssertionError
	raise NotImplementedError