We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a7845 commit c156cc2Copy full SHA for c156cc2
1 file changed
telnetlib3/tests/test_benchmarks.py
@@ -23,6 +23,9 @@ def write(self, data):
23
def get_write_buffer_size(self):
24
return 0
25
26
+ def is_closing(self):
27
+ return False
28
+
29
30
class MockProtocol:
31
"""Minimal protocol mock for benchmarking."""
0 commit comments