Skip to content

Commit 77d7f1d

Browse files
author
Piet Delport
committed
(TODO: Gather subprocess test coverage)
1 parent 2ae1dfb commit 77d7f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_weakref.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ def callback():
142142
self.assertIsNone(wr_f())
143143
self.assertEqual(res, [123])
144144

145+
# TODO: Gather test coverage for this subprocess execution code.
145146
@classmethod
146147
def run_in_child(cls): # pragma: no cover (executed in subprocess)
147148
def error():

0 commit comments

Comments
 (0)