0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

fix: test_bec_monitor.py config loaded fresh in the test function to avoid parameter leak

This commit is contained in:
wyzula-jan
2023-10-30 17:31:59 +01:00
committed by wyzula_j
parent 989cd51162
commit 3866d7ce4d
4 changed files with 36 additions and 32 deletions

View File

@ -13,7 +13,7 @@ def eiger_plot_instance(qtbot):
widget = EigerPlot()
qtbot.addWidget(widget)
qtbot.waitExposed(widget)
return widget
yield widget
@pytest.mark.parametrize(