subiquity/subiquitycore/tests
Dan Bungert f9ce25f15f tests: patch parameterized to handle async
parameterized async tests run into cpython bug gh-101486

We use parameterized.expand, which works by creating new functions and
inserting those into the list of tests.  It's a wonder this worked at
all before for the async tests.

Update the function generation to create a coroutine function, if
appropriate.

LP: #2007554
2023-02-16 19:17:37 -07:00
..
__init__.py tests: s/run_coro/IsolatedAsyncioTestCase/ 2022-06-23 17:43:14 -06:00
mocks.py extend "unit" test to cover finish_install 2022-11-10 11:57:21 +13:00
parameterized.py tests: patch parameterized to handle async 2023-02-16 19:17:37 -07:00
test_async_helpers.py tests: patch parameterized to handle async 2023-02-16 19:17:37 -07:00
test_file_util.py file_util: genericize copy routine 2022-04-11 12:51:26 -06:00
test_lsb_release.py fix some easier cases of impolite language 2022-08-29 12:30:39 -06:00
test_netplan.py Fix writing of netplan configs 2018-06-07 11:46:34 -04:00
test_prober.py probert: implement os prober arg 2022-03-29 15:09:21 -06:00
test_pubsub.py pubsub: fix test fragility 2022-05-24 13:36:02 -06:00
test_utils.py debug shell: restore orig environment 2022-06-13 14:02:32 -06:00
test_view.py ui: avoid crashing when removing overlay that does not exist 2022-12-07 10:31:05 +01:00
util.py tests: s/run_coro/IsolatedAsyncioTestCase/ 2022-06-23 17:43:14 -06:00