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:
@ -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()
|
||||
|
Reference in New Issue
Block a user