import pytest from target_simulator.gui.main_view import MainView def test_main_view_init(): view = MainView() assert view is not None