Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
ankona committed Apr 19, 2024
1 parent d182f23 commit 18fd072
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tests/on_wlm/test_dragon_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@

import pytest


# retrieved from pytest fixtures
if pytest.test_launcher != "dragon":
pytestmark = pytest.mark.skip(reason="Test is only for Dragon WLM systems")


import smartsim._core.entrypoints.dragon as drg
from smartsim._core.entrypoints.dragon import (
cleanup,
Expand All @@ -41,10 +47,6 @@
remove_config_log,
)

# retrieved from pytest fixtures
if pytest.test_launcher != "dragon":
pytestmark = pytest.mark.skip(reason="Test is only for Dragon WLM systems")


@pytest.fixture
def mock_argv() -> t.List[str]:
Expand Down

0 comments on commit 18fd072

Please sign in to comment.