Skip to content
Snippets Groups Projects
Commit 35b2fe0e authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Test Simulation GUI

parent f87edabd
Branches main
No related tags found
No related merge requests found
Pipeline #93785 failed
import pytest
try:
from b_asic.gui_utils.plot_window import PlotWindow
except ImportError:
pytestmark = pytest.mark.skip("Qt not setup")
def test_start(qtbot):
widget = PlotWindow({})
qtbot.addWidget(widget)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment