##// END OF EJS Templates
extend buffer len
Matthias Bussonnier -
Show More
@@ -379,6 +379,7 b' def _decorator_skip_setup():'
379 child.expect("\n")
379 child.expect("\n")
380
380
381 child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE
381 child.timeout = 5 * IPYTHON_TESTING_TIMEOUT_SCALE
382 child.str_last_chars = 500
382
383
383 dedented_blocks = [dedent(b).strip() for b in skip_decorators_blocks]
384 dedented_blocks = [dedent(b).strip() for b in skip_decorators_blocks]
384 in_prompt_number = 1
385 in_prompt_number = 1
General Comments 0
You need to be logged in to leave comments. Login now