Skip to content

Commit a3f5597

Browse files
committed
Added additional coverage excludes
1 parent 86b32ca commit a3f5597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.coveragerc

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ omit =
1010

1111
exclude_lines =
1212
raise NotImplemented
13+
def __str__
14+
def __repr__
15+
if __name__ == .__main__.:

0 commit comments

Comments
 (0)