Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e3d218

Browse files
committed
darker
1 parent 27b007b commit 5e3d218

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

IPython/core/tests/test_shellapp.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ def test_py_script_file_attribute_interactively(self):
4848
src = "True\n"
4949
self.mktmp(src)
5050

51-
out, err = tt.ipexec(self.fname, options=['-i'],
52-
commands=['"__file__" in globals()', 'print(123)', 'exit()'])
51+
out, err = tt.ipexec(
52+
self.fname,
53+
options=["-i"],
54+
commands=['"__file__" in globals()', "print(123)", "exit()"],
55+
)
5356
assert "False" in out, f"Subprocess stderr:\n{err}\n-----"

0 commit comments

Comments
 (0)