Skip to content
Snippets Groups Projects
Commit f19b688d authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

n.i.c.

parent 657bc162
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,11 @@ class PictureTest(QMainWindow): ...@@ -44,8 +44,11 @@ class PictureTest(QMainWindow):
def test_gui(): def test_gui():
from timeseriesviewer.main import TimeSeriesViewer from timeseriesviewer.main import TimeSeriesViewer
from timeseriesviewer import PATH_EXAMPLE_TIMESERIES
S = TimeSeriesViewer(None) S = TimeSeriesViewer(None)
S.run() S.run()
S.ua_loadTSFile(path=PATH_EXAMPLE_TIMESERIES)
pass pass
def test_component(): def test_component():
......
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