]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 11:17:14 +0000 (04:17 -0700)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Wed, 11 Sep 2019 11:17:14 +0000 (14:17 +0300)
commit0ba5dbd992d68d7df23396148ad55624200a1dbc
tree3beeef5037612b26c69306acdc404fa42d90ab8c
parent7acb22e6e9061f85988c0c6c5ee25ebdf2950841
bpo-32972: Document IsolatedAsyncioTestCase of unittest module (GH-15878) (GH-15918)

* 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
(cherry picked from commit 6a9fd66f6e4445a418c43c92585b9e06d76df4b1)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Doc/library/unittest.rst
Doc/whatsnew/3.8.rst
Misc/NEWS.d/3.8.0b1.rst