hexylena / galaxyxml

XML Generation libraries for Galaxy Tool/ToolDeps XML
Apache License 2.0
6 stars 5 forks source link

Ideas on testing output collections #34

Closed fubar2 closed 3 years ago

fubar2 commented 3 years ago

Currently OutputCollection and TestOutputCollection do not test for children.

To do this, the example at https://docs.galaxyproject.org/en/latest/dev/schema.html#tool-tests-test-output-collection contains "elements"

 <output_collection name="genetrack_output" type="list">
        <element name="s5e20u10d10F3_on_data_1" file="genetrack_output2.gff" ftype="gff" />
  </output_collection>

Working on it. PR to follow.

fubar2 commented 3 years ago

PR is in!

35