don't include not implemented methods in coverage
This commit is contained in:
@@ -14,3 +14,6 @@ exclude_lines =
|
|||||||
# Python 2/3 compatibility
|
# Python 2/3 compatibility
|
||||||
except ImportError
|
except ImportError
|
||||||
sys.version_info
|
sys.version_info
|
||||||
|
|
||||||
|
# don't include not implemented methods
|
||||||
|
NotImplementedError
|
||||||
|
|||||||
Reference in New Issue
Block a user