Skip to content
Snippets Groups Projects
Commit 4b713cbf authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(__all__): Removed CONT and added BREAK.

(CONT): Removed.
(BREAK): Added.
(controller.__init__): Remove the __done attribute.
(controller.loop): The default is now to continue.  Break only if
	the user explicitly breaks out of the loop.  All references to
	__done removed.
(controller.re): Remove __done accesses.
(controller.eof): Ditto.
(controller.timeout): Ditto.
(controller.cont): Method removed.
(controller.__run_expectations): Default is to continue, unless
	the callback returns BREAK.
(expect_after): A callback should return None or BREAK; not CONT.
(expect): A missing callback is treated as a callback that returns
	BREAK.
parent df22e885
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment