tractor/tests/devx
Tyler Goodlet 6fd08c6e32 Type alias our `pexpect.spawn()` closure fixture
Such that we can more easily annotate any consumer test's of our
`.tests.devx.conftest.spawn()` fixture which delivers a closure which, when
called in a test fn body, transitively sub-invokes:
`pytest.Pytester.spawn()` -> `pexpect.spawn()`

IMO Expecting `Callable[[str], pexpect.pty_spawn.spawn]]` to be used all
over is a bit too.. verbose?
2025-06-11 19:19:56 -04:00
..
__init__.py Officially test proto-ed `stackscope` integration 2025-03-27 13:24:25 -04:00
conftest.py Type alias our `pexpect.spawn()` closure fixture 2025-06-11 19:19:56 -04:00
test_debugger.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-05-13 12:13:12 -04:00
test_pause_from_non_trio.py Mask ctlc borked REPL tests 2025-03-27 13:24:25 -04:00
test_tooling.py Repair/update `stackscope` test 2025-03-27 13:24:25 -04:00