Loading src/integration_tester/test_context_device.py +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ def device_client(): def test_clean_database(redis_database : Database): # should work redis_database.clear_all() raise Exception() def test_get_topology_empty(context_client : ContextClient): # should work Loading Loading
src/integration_tester/test_context_device.py +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ def device_client(): def test_clean_database(redis_database : Database): # should work redis_database.clear_all() raise Exception() def test_get_topology_empty(context_client : ContextClient): # should work Loading