Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed Jan 31, 2024
1 parent df4b513 commit 35e4d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/test_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ directory. Additional bells and whistles include the ability to generate XUnit r
test results and get embedded Markdown to link to them for PRs, and test remote artifacts in Git repositories.

For more information about testing Galaxy tools using embedded tool XML tests see the tutorial-style chapter
`Test-Driven Development <http://planemo.readthedocs.io/en/latest/writing_advanced.html#test-driven-development>`__
`Test-Driven Development <https://planemo.readthedocs.io/en/latest/writing_advanced.html#test-driven-development>`__
of Galaxy tools.

Much of this same functionality is now also available for Galaxy_ Workflows as well as `Common Workflow Language`_
Expand Down Expand Up @@ -202,7 +202,7 @@ Some additional examples of inexact file comparisons taken from an artificial te
.. literalinclude:: example_assertions.yml
:language: yaml

Currently, the full list of available assertions is only documented as part of the `Galaxy Tool XML format <https://docs.galaxyproject.org/en/latest/dev/schema.html>` definition in the section on `asserting the contents of Galaxy tool outputs <https://docs.galaxyproject.org/en/latest/dev/schema.html#tool-tests-test-output-assert-contents>`__, but it should be fairly easy to translate this XML syntax into the YAML format above.
Currently, the full list of available assertions is only documented as part of the `Galaxy Tool XML format <https://docs.galaxyproject.org/en/latest/dev/schema.html>`__ definition in the section on `asserting the contents of Galaxy tool outputs <https://docs.galaxyproject.org/en/latest/dev/schema.html#tool-tests-test-output-assert-contents>`__, but it should be fairly easy to translate this XML syntax into the YAML format above.


Engines for Testing
Expand Down

0 comments on commit 35e4d9f

Please sign in to comment.