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

Starting GUI from test

parent e0bb3aed
No related branches found
No related tags found
No related merge requests found
Pipeline #72145 failed
import pytest
import b_asic.GUI as GUI
def test_start(qtbot):
widget = GUI.MainWindow()
qtbot.addWidget(widget)
widget.exit_app()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment