We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ef096 commit e6b97feCopy full SHA for e6b97fe
bioblend/_tests/TestGalaxyTools.py
@@ -176,6 +176,7 @@ def test_get_tool_tests(self):
176
assert "inputs" in first_test
177
assert "outputs" in first_test
178
179
+ @test_util.skip_unless_galaxy("release_22.01")
180
@test_util.skip_unless_tool("random_lines1")
181
def test_get_tool_source(self):
182
tool_source = self.gi.tools.get_tool_source("random_lines1")
0 commit comments