Show More
@@ -353,3 +353,8 b' def test_timeit_shlex():' | |||
|
353 | 353 | _ip.magic('timeit -r1 -n1 ("a " + "b")') |
|
354 | 354 | _ip.magic('timeit -r1 -n1 f("a " + "b")') |
|
355 | 355 | _ip.magic('timeit -r1 -n1 f("a " + "b ")') |
|
356 | ||
|
357 | ||
|
358 | def test_timeit_arguments(): | |
|
359 | "Test valid timeit arguments, should not cause SyntaxError (GH #1269)" | |
|
360 | _ip.magic("timeit ('#')") |
General Comments 0
You need to be logged in to leave comments.
Login now