1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
.. aiounittest documentation master file, created by
sphinx-quickstart on Fri Aug 18 21:41:38 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
aiounittest's documentation!
============================
In the Python 3.8 (`release note <https://docs.python.org/3/whatsnew/3.8.html#unittest>`_) and newer consider to use the `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/library/unittest.html#unittest.IsolatedAsyncioTestCase>`_. Builtin :code:`unittest` module is now asyncio-featured.
.. toctree::
:maxdepth: 2
info
aiounittest
license
|