fix: reduce unclosed IO warnings #426
Annotations
4 errors
tests/tests/test_pipelines.py#L19
test_draining_stderr
assert 0 == 15000
+ where 0 = len([])
|
tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect
assert 0 == 10000
+ where 0 = len([])
|
tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect
assert 0 == 15000
+ where 0 = len([])
|
|
The logs for this run have expired and are no longer available.
Loading