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

Try test again

parent 4b0e1c0f
No related branches found
No related tags found
1 merge request!78Add scheduler GUI
Pipeline #74669 passed
This commit is part of merge request !78. Comments created here will be created in the context of that merge request.
...@@ -9,6 +9,7 @@ from graphics_graph_item import * ...@@ -9,6 +9,7 @@ from graphics_graph_item import *
from graphics_graph_event import * from graphics_graph_event import *
from graphics_component_item import * from graphics_component_item import *
from graphics_axes_item import * from graphics_axes_item import *
from graphics_signal import *
from graphics_timeline_item import * from graphics_timeline_item import *
# __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item'] # __all__ = ['main_window', 'graphics_graph', 'component_item', 'graphics_axes', 'graphics_timeline_item']
......
import pytest import pytest
try: try:
import b_asic.scheduler_gui.main_window as GUI import b_asic.scheduler_gui as GUI
except ImportError: except ImportError:
pytestmark = pytest.mark.skip('Qt not setup') pytestmark = pytest.mark.skip('Qt not setup')
......
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