Skip to content

Commit

Permalink
Add description of expect_num_outputs to planemo FAQ.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jul 19, 2016
1 parent 5297060 commit a066afb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/writing_how_do_i.rst
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,18 @@ to the ``test`` element.

- `job_properties.xml <https://github.com/galaxyproject/galaxy/blob/dev/test/functional/tools/job_properties.xml>`__

------------------------------------------
\.\.\. test output filters work?
------------------------------------------

If your tool contains ``filter`` elements, you can't verify properties of outputs
that are filtered out and do not exist. The ``test`` element may contain an
``expect_num_outputs`` attribute to specify the expected number of outputs, this
can be used to verify that outputs not listed are expected to be filtered out during
tool execution.

- `output_filter.xml <https://github.com/galaxyproject/galaxy/blob/dev/test/functional/tools/output_filter.xml>`__

------------------------------------------
\.\.\. test metadata?
------------------------------------------
Expand Down

0 comments on commit a066afb

Please sign in to comment.