Skip to content

Commit

Permalink
Stop the thread properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidner committed Jan 31, 2024
1 parent f942a5a commit 48160f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_gui_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def app(ips_path):
app_thread = app_view.show(threaded=True)
yield app
app_thread.stop()
app_thread.join()


def test_app_run_problem_smoke(app, test_scenes_path):
Expand Down

0 comments on commit 48160f5

Please sign in to comment.