Loading tests/test_app.pydeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line """Test package for application.""" from ips_fastran_gui.app.views.main_view import MainApp def test_app() -> None: app = MainApp() assert app Loading
tests/test_app.pydeleted 100644 → 0 +0 −8 Original line number Diff line number Diff line """Test package for application.""" from ips_fastran_gui.app.views.main_view import MainApp def test_app() -> None: app = MainApp() assert app