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 f0048eb commit 26fc7cfCopy full SHA for 26fc7cf
bpython/test/test_args.py
@@ -64,9 +64,6 @@ def run_with_tty(command):
64
65
66
class TestExecArgs(unittest.TestCase):
67
- # These tests are currently not very useful. Under pytest neither stdout nor stdin are ttys,
68
- # hence bpython.args.parse will just exectute code by falling back to Python.
69
-
70
def test_exec_dunder_file(self):
71
with tempfile.NamedTemporaryFile(mode="w") as f:
72
f.write(
0 commit comments