summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-40275: Use new test.support helper submodules in tests (GH-20824)Hai Shi2020-06-251-2/+4
|
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-2/+0
| | | | | | * Remove Setup.config * Always define WITH_THREAD for compatibility.
* Issue #22002: Make full use of test discovery in test sub-packages.Zachary Ware2014-07-231-22/+3
| | | | | | Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
* asyncio.tests: Autodiscover asyncio tests. Patch by Vajrasky Kok. Closes #20668Yury Selivanov2014-03-271-12/+10
|
* Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for ↵Guido van Rossum2013-11-181-5/+5
| | | | issue 19645.
* Skip the asyncio tests when threads are not available.Guido van Rossum2013-10-191-0/+5
| | | | See http://bugs.python.org/issue19295
* Initial checkin of asyncio package (== Tulip, == PEP 3156).Guido van Rossum2013-10-171-0/+26