We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcb0e0 commit ec94e95Copy full SHA for ec94e95
1 file changed
tests/test_magic.py
@@ -441,7 +441,7 @@ def test_time():
441
with tt.AssertPrints("a space"):
442
with tt.AssertPrints("Wall time: ", suppress=False):
443
with tt.AssertPrints("CPU times: ", suppress=False):
444
- ip.run_cell("%time print('a space')")
+ ip.run_cell('%time print("a space")')
445
446
447
# ';' at the end of %time prevents instruction value to be printed.
0 commit comments