]> granicus.if.org Git - python/commit
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)
authorXtreak <tir.karthi@gmail.com>
Wed, 11 Sep 2019 11:02:14 +0000 (12:02 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 11:02:14 +0000 (04:02 -0700)
commit6a9fd66f6e4445a418c43c92585b9e06d76df4b1
tree459ed4f1a0ff60e91ae01a83678218a4f8a422aa
parent7a6873cdb1f496447ac5d57ae457eacbb56b7972
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878)

* Document `unittest.IsolatedAsyncioTestCase` API
* Add a simple example with respect to order of evaluation of setup and teardown calls.

https://bugs.python.org/issue32972

Automerge-Triggered-By: @asvetlov
Doc/library/unittest.rst
Doc/whatsnew/3.8.rst
Misc/NEWS.d/3.8.0b1.rst