We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb7f66 commit 995990cCopy full SHA for 995990c
src/_pytest/capture.py
@@ -693,13 +693,6 @@ def snap(self):
693
694
695
class DontReadFromInput:
696
- """Temporary stub class. Ideally when stdin is accessed, the
697
- capturing should be turned off, with possibly all data captured
698
- so far sent to the screen. This should be configurable, though,
699
- because in automated test runs it is better to crash than
700
- hang indefinitely.
701
- """
702
-
703
encoding = None
704
705
def read(self, *args):
0 commit comments