1
0
mirror of https://gitlab.com/libvirt/libvirt-python.git synced 2024-10-26 07:55:06 +03:00
libvirt-python/tests
Daniel P. Berrangé 438b86fda1 tests: expand AIO tests and add more comments
Add a test for one more usage scenario that was possible in the past,
whereby libvirt events are registered before starting the asyncio
loop, but we let libvirt find the loop associated with the current
thread.

Skip the test relies on auto-creating an event loop with Python >= 3.10
since it now triggers a deprecation warning which will soon turn into a
RuntimeError.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2022-06-08 16:43:52 +01:00
..
eventmock.py tests: use mocks to allow calling virEventRegisterImpl many times 2022-06-08 16:43:52 +01:00
test_aio.py tests: expand AIO tests and add more comments 2022-06-08 16:43:52 +01:00
test_api_coverage.py setup: switch to running API coverage test using pytest 2022-04-21 15:00:29 +00:00
test_conn.py tests: use assertEqual instead of assertEquals 2021-04-07 17:10:36 +02:00
test_domain_checkpoint.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00
test_domain_snapshot.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00
test_domain.py tests: use assertEqual instead of assertEquals 2021-04-07 17:10:36 +02:00
test_interface.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00
test_network.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00
test_nodedev.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00
test_storage.py tests: start basic unit tests for more APIs 2020-10-06 12:25:14 +01:00