tractor/tests/devx
Tyler Goodlet e7bb1edf97 Repair/update `stackscope` test
Seems that on 3.13 it's not showing our script code in the output now?
Gotta get an example for @oremanj to see what's up but really it'd be
nice to just custom format stuff above `trio`'s runtime by def..

Anyway, update the `.devx._stackscope`,
- log formatting to be a little more "sclangy" lookin.
- change the per-actor "delimiter" lines style.
- report the `signal.getsignal(SIGINT)` which i needed in the
  `sync_bp.py` with ctl-c causing a hang..
- mask the `_tree_dumped` duplicator log report as well as the "dumped
  fine" one.
- add an example `pkill --signal SIGUSR1` cmdline.

Tweak the test to cope with,
- not showing our script lines now.. which i've commented in the
  `assert_before()` patts..
- to expect the newly formatted delimiter (ascii) lines to separate the
  root vs. hanger sub-actor sections.
2025-03-10 12:17:53 -04:00
..
__init__.py Officially test proto-ed `stackscope` integration 2024-07-10 19:58:27 -04:00
conftest.py Add a mark to `pytest.xfail()` questionably conc py stuff (ur mam `.xfail()`s bish!) 2025-03-10 12:17:53 -04:00
test_debugger.py Various test tweaks related to 3.13 egs 2025-03-10 12:17:53 -04:00
test_pause_from_non_trio.py Draft test-doc for "out-of-band" `asyncio.Task`.. 2025-03-10 12:14:40 -04:00
test_tooling.py Repair/update `stackscope` test 2025-03-10 12:17:53 -04:00