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 1c5484f commit fd5d482Copy full SHA for fd5d482
bpython/test/test_args.py
@@ -40,7 +40,7 @@ def test_exec_dunder_file(self):
40
def test_exec_nonascii_file(self):
41
with tempfile.NamedTemporaryFile(mode="w") as f:
42
f.write(dedent('''\
43
- #!/usr/bin/env python2
+ #!/usr/bin/env python
44
# coding: utf-8
45
"你好 # nonascii"
46
'''))
@@ -55,7 +55,7 @@ def test_exec_nonascii_file(self):
55
def test_exec_nonascii_file_linenums(self):
56
57
f.write(dedent("""\
58
59
60
1/0
61
"""))
0 commit comments