We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd2327a + e51c4b8 commit 49dc5b6Copy full SHA for 49dc5b6
server/galaxyls/tests/files/validation/tool_02.xml
@@ -14,7 +14,11 @@
14
<tests>
15
<test>
16
<param name="input" value="test"/>
17
- <output name="output"/>
+ <output name="output">
18
+ <assert_contents>
19
+ <has_text text="test"/>
20
+ </assert_contents>
21
+ </output>
22
</test>
23
</tests>
24
<help><![CDATA[
server/requirements.txt
@@ -1,5 +1,5 @@
1
pygls==1.3.1
2
-lxml==5.3.0
+lxml==5.3.1
3
anytree==2.12.1
4
-galaxy-tool-util==24.1.3
+galaxy-tool-util==24.2.2
5
edam-ontology==1.25.2
0 commit comments