1f1a3f19d5
It was expecting `AssertionError` as a proceed-in-test signal (by breaking from a continue loop), but `in_prompt_msg(raise_on_err=True)` was changed to raise `ValueError`; so instead just use as a predicate for the `break`. Also rework `in_prompt_msg()` to accept the `child: BaseSpawn` as input instead of `before: str` remove the casting boilerplate, and adjust all usage to match. |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_debugger.py | ||
test_tooling.py |