coverage
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
[run]
|
||||
branch = True
|
||||
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
# keep the standard pragma
|
||||
pragma: no cover
|
||||
|
||||
# skip abstract methods
|
||||
@(abc\.)?abstract
|
||||
|
||||
# Python 2.x compatibility stuff
|
||||
if six.PY2:
|
||||
if six.PY3:
|
||||
|
||||
Reference in New Issue
Block a user