You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src: python_testing: minor changes regardin controllers' id and async
* implementation of generate_random_node_id with exculdes values, the
method add possibilty to run multiple test cases within one test session
(the controllers' nodeid is the same for new controller in different
test cases)
* due to change in ChipDeviceController and usage of asyncio.Lock (which
use get_event_loop) may cause `RuntimeError: There is no current event
loop in thread 'MainThread'` while using multiple times `asyncio.run()`
Signed-off-by: Michał Szablowski <michal.szablowski@nordicsemi.no>
0 commit comments