We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d35b4 commit fd889b3Copy full SHA for fd889b3
bpython/test/test_curtsies_repl.py
@@ -104,7 +104,7 @@ def test_interactive(self):
104
with captured_output() as (out, err):
105
with tempfile.NamedTemporaryFile(mode='w', suffix='.py') as f:
106
f.write('from __future__ import division\n')
107
- f.write('print 1/2\n')
+ f.write('print(1/2)\n')
108
f.flush()
109
args.exec_code(interp, [f.name])
110
0 commit comments