forked from goodboy/tractor
1
0
Fork 0
tractor/tests
Tyler Goodlet a215df8dfc Add true ctrl-c tests using an out-of-band SIGINT
Verify ctrl-c, as a user would trigger it, properly cancels the actor
tree. This was an issue with `trio-run-in-process` that clearly wasn't
being handled correctly but for sure is now with the plain old
`trio` process spawner.

Resolves #115
2020-07-24 17:08:52 -04:00
..
conftest.py First attempt at removing trip & updating hazmat -> lowlevel 2020-07-24 17:08:52 -04:00
test_cancellation.py Add true ctrl-c tests using an out-of-band SIGINT 2020-07-24 17:08:52 -04:00
test_discovery.py Run first example test under both start methods 2019-10-30 00:31:28 -04:00
test_docs_examples.py Search for guard and strip instead of hardcoding 2020-02-10 12:59:44 -05:00
test_local.py Verify subs topics at each step 2019-01-23 22:35:04 -05:00
test_multi_program.py Check for proper SIGINT return code 2019-10-15 23:22:48 -04:00
test_pubsub.py Add back line that breaks with async gens 2019-02-15 22:10:55 -05:00
test_rpc.py Allow choosing the spawn backend per test session 2020-01-26 21:36:08 -05:00
test_spawning.py Add subactor loglevel propagation test 2019-03-23 23:27:32 -04:00
test_streaming.py Slight slowdown on windows / py3.8? 2019-10-16 11:02:18 -04:00