(stdout_sim)
| 132 | |
| 133 | |
| 134 | def test_stdsim_getattr_noexist(stdout_sim) -> None: |
| 135 | # Here the StdSim getattr is allowing us to access methods defined by the inner stream |
| 136 | assert not stdout_sim.isatty() |
| 137 | |
| 138 | |
| 139 | def test_stdsim_pause_storage(stdout_sim) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…