1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-04 16:02:51 +01:00

fix(tests): client_mocks moved inside the package, imports for tests adjusted

This commit is contained in:
2025-10-27 13:53:04 +01:00
parent 00976e6fb2
commit d3a2e94856
50 changed files with 139 additions and 153 deletions

View File

@@ -1,10 +1,9 @@
import pytest
from qtpy.QtCore import QPointF
from bec_widgets.tests.client_mocks import mocked_client
from bec_widgets.widgets.plots.waveform.waveform import Waveform
from .client_mocks import mocked_client
@pytest.fixture
def plot_widget_with_arrow_item(qtbot, mocked_client):