summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.8.0b1.rst
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-09-11 11:02:14 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-11 11:02:14 (GMT)
commit6a9fd66f6e4445a418c43c92585b9e06d76df4b1 (patch)
tree459ed4f1a0ff60e91ae01a83678218a4f8a422aa /Misc/NEWS.d/3.8.0b1.rst
parent7a6873cdb1f496447ac5d57ae457eacbb56b7972 (diff)
downloadcpython-6a9fd66f6e4445a418c43c92585b9e06d76df4b1.zip
cpython-6a9fd66f6e4445a418c43c92585b9e06d76df4b1.tar.gz
cpython-6a9fd66f6e4445a418c43c92585b9e06d76df4b1.tar.bz2
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
Diffstat (limited to 'Misc/NEWS.d/3.8.0b1.rst')
-rw-r--r--Misc/NEWS.d/3.8.0b1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst
index 84b0350..43a88a3 100644
--- a/Misc/NEWS.d/3.8.0b1.rst
+++ b/Misc/NEWS.d/3.8.0b1.rst
@@ -808,7 +808,7 @@ detect classes that can be passed to `hex()`, `oct()` and `bin()`.
.. nonce: LoeUNh
.. section: Library
-Implement ``unittest.AsyncTestCase`` to help testing asyncio-based code.
+Implement ``unittest.IsolatedAsyncioTestCase`` to help testing asyncio-based code.
..