Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ write
Method
write
testing/test_capture.py:1524–1525 ·
view source on GitHub ↗
(self, s)
Source
from the content-addressed store, hash-verified
1522
1523
class
DummyStream:
1524
def
write(self, s):
1525
pass
1526
1527
stream = cast(TextIO, DummyStream())
1528
_windowsconsoleio_workaround(stream)
Callers
15
test_text
Method · 0.45
test_unicode_and_str_mixture
Method · 0.45
test_write_bytes_to_buffer
Method · 0.45
test_simple
Method · 0.45
test_writeorg
Method · 0.45
test_simple_resume_suspend
Method · 0.45
test_capturing_done_simple
Method · 0.45
test_capturing_reset_simple
Method · 0.45
test_capturing_readouterr
Method · 0.45
test_capture_results_accessible_by_attribute
Method · 0.45
test_capturing_modify_sysouterr_in_between
Method · 0.45
test_just_out_capture
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected