Skip to content

Commit

Permalink
SQ -> Tests: Shell: Consolidate use of @skip_on_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfstr committed Jul 17, 2024
1 parent 16d8de1 commit 4bf1a8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
3 changes: 0 additions & 3 deletions src/crystal/tests/test_menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
crystal_shell,
)
from crystal.tests.util.windows import OpenOrCreateDialog
from crystal.tests.util.xos import skip_on_windows
import tempfile
import textwrap

Expand All @@ -17,8 +16,6 @@ async def test_can_close_project_with_menuitem() -> None:


async def test_can_quit_with_menuitem() -> None:
skip_on_windows()() # crystal_shell doesn't support Windows

with crystal_shell() as (crystal, _):
_create_new_empty_project(crystal)

Expand Down
21 changes: 0 additions & 21 deletions src/crystal/tests/util/xos.py

This file was deleted.

0 comments on commit 4bf1a8f

Please sign in to comment.