Skip to content

Commit

Permalink
Test Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdriod committed Oct 16, 2023
1 parent 9ee14c1 commit 261da2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from dtool_lookup_gui.views.login_window import LoginWindow
from dtool_lookup_gui.views.main_window import MainWindow
from dtool_lookup_gui.views.server_versions_dialog import ServerVersionsDialog
from dtool_lookup_gui.views.error_linting_dialog import LintingErrorsDialog

logger = logging.getLogger(__name__)

Expand Down Expand Up @@ -42,7 +43,9 @@ async def test_app_window_types(app):
SettingsDialog,
ServerVersionsDialog,
LogWindow,
MainWindow])
MainWindow,
LoginWindow,
LintingErrorsDialog])


@pytest.mark.asyncio
Expand Down

0 comments on commit 261da2e

Please sign in to comment.