Skip to content

Commit 8937f18

Browse files
committed
fix test
1 parent aac2ff4 commit 8937f18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_python.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ def __enter__(self):
3232

3333
def __exit__(self, exc_type, exc_val, exc_tb):
3434
self.kill()
35+
36+
def poll(self):
37+
return 0
3538

3639
c = FakeObj(version_output.split()[0])
3740
return c

0 commit comments

Comments
 (0)