Skip to content

Commit 26fc7cf

Browse files
committed
Remove comment
1 parent f0048eb commit 26fc7cf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bpython/test/test_args.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ def run_with_tty(command):
6464

6565

6666
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-
7067
def test_exec_dunder_file(self):
7168
with tempfile.NamedTemporaryFile(mode="w") as f:
7269
f.write(

0 commit comments

Comments
 (0)