Skip to content

Commit

Permalink
Fix tests - they require the demo graph to be opened when the app sta…
Browse files Browse the repository at this point in the history
…rts.
  • Loading branch information
dlyongemallo committed Nov 10, 2023
1 parent 1d5f06a commit 10a7e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
@pytest.fixture
def app(qtbot: QtBot) -> MainWindow:
mw = MainWindow()
mw.open_demo_graph()
qtbot.addWidget(mw)
return mw

Expand Down

0 comments on commit 10a7e63

Please sign in to comment.