forked from goodboy/tractor
1
0
Fork 0
tractor/tests/devx
Tyler Goodlet 1f1a3f19d5 Fix multi-daemon debug test `break` signal..
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.
2024-07-12 15:57:41 -04:00
..
__init__.py Officially test proto-ed `stackscope` integration 2024-07-10 19:58:27 -04:00
conftest.py Fix multi-daemon debug test `break` signal.. 2024-07-12 15:57:41 -04:00
test_debugger.py Fix multi-daemon debug test `break` signal.. 2024-07-12 15:57:41 -04:00
test_tooling.py Officially test proto-ed `stackscope` integration 2024-07-10 19:58:27 -04:00