μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions | Variables
test_async.py File Reference

Go to the source code of this file.

Namespaces

namespace  test_async
 

Functions

def test_async.event_loop ()
 
def test_async.get_await_result (x)
 
def test_async.test_await (event_loop)
 
def test_async.test_await_missing (event_loop)
 

Variables

 test_async.asyncio = pytest.importorskip("asyncio")
 
 test_async.m = pytest.importorskip("pybind11_tests.async_module")