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 284a20d commit aac2ff4Copy full SHA for aac2ff4
1 file changed
tests/test_python.py
@@ -21,7 +21,7 @@ class FakeObj:
21
def __init__(self, out):
22
self.out = out
23
24
- def communicate(self, timeout=None):
+ def communicate(self, *args, **kwargs):
25
return self.out, ""
26
27
def kill(self):
@@ -77,7 +77,7 @@ class FakeObj:
77
78
79
80
81
82
83
0 commit comments