micropython-lib/micropython/bluetooth/aioble/multitests
Damien George 2b3bd5b7e0 aioble/multitests: Store a reference to tasks and cancel when done.
Storing references to tasks is required by CPython, and enforced by Ruff
RUF006.  In this case it's also reasonable to cancel these tasks once the
test is finished.

Signed-off-by: Damien George <damien@micropython.org>
2024-06-14 10:35:06 +10:00
..
ble_advertise_services.py aioble/multitests: Add test for advertising and scanning services. 2024-05-25 20:51:51 +10:00
ble_advertise_services.py.exp aioble/multitests: Add test for advertising and scanning services. 2024-05-25 20:51:51 +10:00
ble_buffered_characteristic.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_buffered_characteristic.py.exp aioble/server.py: Allow BufferedCharacteristic to support all ops. 2023-10-04 14:47:38 +11:00
ble_characteristic.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_characteristic.py.exp aioble/multitests: Fix existing multitests. 2021-11-05 14:30:31 +11:00
ble_descriptor.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_descriptor.py.exp aioble/multitests: Add descriptor multitest. 2022-09-09 11:26:54 +10:00
ble_notify.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_notify.py.exp aioble/multitests: Add test for subscription and notification. 2021-11-10 17:41:11 +11:00
ble_shutdown.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_shutdown.py.exp aioble/multitests: Add multitest for shutdown handlers. 2021-11-12 13:36:18 +11:00
ble_write_capture.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
ble_write_capture.py.exp aioble/multitests: Adjust expected output for write capture test. 2024-05-25 20:51:51 +10:00
ble_write_order.py aioble/multitests: Store a reference to tasks and cancel when done. 2024-06-14 10:35:06 +10:00
ble_write_order.py.exp aioble/server.py: Maintain write order for captured characteristics. 2022-09-27 22:47:30 +10:00
perf_gatt_notify.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
perf_gatt_notify.py.exp aioble/multitests: Use multitest.output_metric for perf results. 2024-05-25 20:51:51 +10:00
perf_l2cap.py all: Change use of "uasyncio" to "asyncio". 2024-06-14 10:29:46 +10:00
perf_l2cap.py.exp aioble/multitests: Use multitest.output_metric for perf results. 2024-05-25 20:51:51 +10:00