Message313658
I've updated my pull request to do the following:
1. Provide a new AsyncTestCase class which is a subclass of TestCase
2. Run coroutines with a coroutineRunner property.
a. In 3.6 this calls get_evet_loop.run_until_complete
b. In 3.7 > this calls asyncio.run
3. setUp, testMethod s, and tearDown can be either async or not
Thoughts? |
|
Date |
User |
Action |
Args |
2018-03-12 15:49:06 | pdxjohnny | set | recipients:
+ pdxjohnny, r.david.murray, njs, asvetlov, zach.ware, yselivanov, Petter S |
2018-03-12 15:49:06 | pdxjohnny | set | messageid: <1520869746.56.0.467229070634.issue32972@psf.upfronthosting.co.za> |
2018-03-12 15:49:06 | pdxjohnny | link | issue32972 messages |
2018-03-12 15:49:06 | pdxjohnny | create | |
|