fix: reduce unclosed IO warnings #450
Annotations
4 errors
Test with pytest:
tests/tests/test_pipelines.py#L19
test_draining_stderr
assert 0 == 15000
+ where 0 = len([])
|
Test with pytest:
tests/tests/test_pipelines.py#L32
test_draining_stderr_with_stderr_redirect
assert 0 == 10000
+ where 0 = len([])
|
Test with pytest:
tests/tests/test_pipelines.py#L45
test_draining_stderr_with_stdout_redirect
assert 0 == 15000
+ where 0 = len([])
|
Test with pytest
Process completed with exit code 1.
|
Loading