Skip to content

Commit b69461c

Browse files
dhermescrwilcox
authored andcommitted
NDB: No longer excluding __repr__ and abstract methods in coverage. (#6694)
1 parent 2842fa8 commit b69461c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ndb/.coveragerc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ show_missing = True
77
exclude_lines =
88
# Re-enable the standard pragma
99
pragma: NO COVER
10-
# Ignore debug-only repr
11-
def __repr__
12-
# Ignore abstract methods
13-
raise NotImplementedError
1410
omit =
1511
*/gapic/*.py
1612
*/proto/*.py

0 commit comments

Comments
 (0)