We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac2ff4 commit 8937f18Copy full SHA for 8937f18
1 file changed
tests/test_python.py
@@ -32,6 +32,9 @@ def __enter__(self):
32
33
def __exit__(self, exc_type, exc_val, exc_tb):
34
self.kill()
35
+
36
+ def poll(self):
37
+ return 0
38
39
c = FakeObj(version_output.split()[0])
40
return c
0 commit comments