This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pdxjohnny
Recipients Petter S, asvetlov, njs, pdxjohnny, r.david.murray, yselivanov, zach.ware
Date 2018-03-12.15:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520869746.56.0.467229070634.issue32972@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-03-12 15:49:06pdxjohnnysetrecipients: + pdxjohnny, r.david.murray, njs, asvetlov, zach.ware, yselivanov, Petter S
2018-03-12 15:49:06pdxjohnnysetmessageid: <1520869746.56.0.467229070634.issue32972@psf.upfronthosting.co.za>
2018-03-12 15:49:06pdxjohnnylinkissue32972 messages
2018-03-12 15:49:06pdxjohnnycreate