This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: unittest AsyncConnection not described
Type: Stage: resolved
Components: Tests Versions: Python 3.10
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: dsb321mp, serhiy.storchaka
Priority: normal Keywords:

Created on 2021-12-08 06:52 by dsb321mp, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg408000 - (view) Author: David Shiko (dsb321mp) Date: 2021-12-08 06:52
AsyncConnection mentioned only one at this docs but not imported or presented somehow else.
https://docs.python.org/3/library/unittest.html.
msg408001 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2021-12-08 08:01
There is no AsyncConnection in unittest nor anywhere in the stdlib. It is just an example illustrating the order of calling setup and teardown methods and cleanup callbacks.
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90170
2021-12-08 12:34:49asvetlovsetstatus: open -> closed
resolution: not a bug
stage: resolved
2021-12-08 08:01:17serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg408001
2021-12-08 06:52:00dsb321mpcreate