File: index.rst

package info (click to toggle)
python-aiounittest 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 436; makefile: 200; sh: 5
file content (17 lines) | stat: -rw-r--r-- 645 bytes parent folder | download
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