added coverage file

This commit is contained in:
William Falcon
2019-07-24 15:52:59 -04:00
parent 9b792bf4d4
commit ea7be12bb1
2 changed files with 11 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
pt_callbacks.py
-13
View File
@@ -19,16 +19,3 @@ max-line-length = 120
[flake8]
ignore = E731,W504,F401,F841
max-line-length = 120
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
pt_callbacks.py