tractor/tests
Tyler Goodlet 41c202db68 Add a multi-task subscriber test
In combination with `.aclose()`-ing the async gen instance returned from
`Portal.run()` this demonstrates the python bug:
https://bugs.python.org/issue32526

I've commented out the line that triggers the bug for now since this
case provides motivation for adding our own `trio.abc.ReceiveMemoryChannel`
implementation to be used instead of async gens directly (returned from
`Portal.run()`) since the latter is **not** task safe.
2019-02-15 17:04:41 -05:00
..
conftest.py Expose `tractor_test` in the same way as `trio` 2018-11-26 11:26:04 -05:00
test_cancellation.py Leverage `pytest.raises()` better; fix a bunch of docs 2018-11-22 11:43:04 -05:00
test_discovery.py Test the `wait_for_actor()` api 2018-08-13 00:06:22 -04:00
test_local.py Verify subs topics at each step 2019-01-23 22:35:04 -05:00
test_multi_program.py Move `tractor_test` to new module 2018-11-26 11:20:53 -05:00
test_pubsub.py Add a multi-task subscriber test 2019-02-15 17:04:41 -05:00
test_rpc.py Add tests for import-time failures 2019-01-12 17:56:39 -05:00
test_spawning.py Move basic spawning tests to separate module 2018-09-02 22:07:32 -04:00
test_streaming.py Add test to verify remote task cancellation 2018-12-10 23:13:58 -05:00