0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

wip conftext

This commit is contained in:
2025-03-27 10:40:48 +01:00
parent 2641230a6e
commit dfab5512e4

View File

@ -61,6 +61,7 @@ def bec_client_lib_with_demo_config_session(
yield bec
finally:
bec.shutdown()
bec._client._reset_singleton()
@pytest.fixture(scope="session")
@ -93,4 +94,3 @@ def connected_gui_and_bec_with_scope_session(bec_client_lib_session):
yield gui, bec
finally:
gui.kill_server()
bec.shutdown()