Skip to content

Commit 0bd4fe7

Browse files
committed
Add missing test markers.
1 parent 6814f31 commit 0bd4fe7

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

tests/test_cmd_training_generate_from_wf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from .test_utils import (
77
CliTestCase,
8+
mark,
89
skip_if_environ,
910
TEST_DATA_DIR,
1011
)
@@ -41,6 +42,7 @@ def test_training_generate_from_wf_command_topic(self):
4142
self._check_exit_code(training_fill_data_library_command, exit_code=2)
4243

4344
@skip_if_environ("PLANEMO_SKIP_GALAXY_TESTS")
45+
@mark.tests_galaxy_branch
4446
def test_training_generate_from_wf_command_local_wf(self):
4547
"""Test training_generate_from_wf command with local workflow."""
4648
with self._isolate():

tests/test_cmd_training_init.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
from .test_utils import (
66
CliTestCase,
7+
mark,
78
skip_if_environ,
89
TEST_DATA_DIR,
910
)
@@ -93,6 +94,7 @@ def test_training_init_command_tutorial_zenodo(self):
9394
self._check_exit_code(training_init_command, exit_code=0)
9495

9596
@skip_if_environ("PLANEMO_SKIP_GALAXY_TESTS")
97+
@mark.tests_galaxy_branch
9698
def test_training_init_command_tutorial_local_wf(self):
9799
"""Test training_init command to create new tutorial with local workflow."""
98100
with self._isolate():

tests/test_cmd_workflow_convert.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@
77

88
from .test_utils import (
99
CliTestCase,
10+
mark,
1011
skip_if_environ,
1112
TEST_DATA_DIR,
1213
)
1314

1415

1516
class CmdWorkflowConvertTestCase(CliTestCase):
1617
@skip_if_environ("PLANEMO_SKIP_GALAXY_TESTS")
18+
@mark.tests_galaxy_branch
1719
def test_gxwf_to_ga(self):
1820
with self._isolate() as f:
1921
gx2_wf_path = os.path.join(TEST_DATA_DIR, "wf1.gxwf.yml")

0 commit comments

Comments
 (0)