This repository was archived by the owner on Jul 24, 2020. It is now read-only.
Provide more test data when running verify_tool.#103
Merged
jmchilton merged 6 commits intogalaxyproject:masterfrom Mar 12, 2018
Merged
Provide more test data when running verify_tool.#103jmchilton merged 6 commits intogalaxyproject:masterfrom
jmchilton merged 6 commits intogalaxyproject:masterfrom
Conversation
This is information Planemo generates from Galaxy's XUnit report and inserts back into the result JSON, with this change I think one can simply run ``planemo test_reports result.json`` on the result of the driver script here to generate Planemo-style reports for tool test runs. ``` pip install galaxy-lib galaxy-tool-test -u http://localhost:8080 -a dccd838ad8f46637e0d7661d849806a1 -k dccd838ad8f46637e0d7661d849806a1 -t inputs_as_json -j output.json planemo test_reports --test_output output.html --test_output_markdown output.md output.json ``` Requires some small changes to Planemo's test_reports command contained within galaxyproject/planemo#781.
mbargull
reviewed
Mar 8, 2018
HISTORY.rst
Outdated
| --------------------- | ||
|
|
||
|
|
||
| * Add missing markupsafe dependency (thanks to @mbargull). |
Contributor
There was a problem hiding this comment.
Thanks for the acknowledgement, but no need to do it twice -- already done in 18.5.5 😉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is information Planemo generates from Galaxy's XUnit report and inserts back into the result JSON, with this change I think one can simply run
planemo test_reports output.jsonon the result of the driver script here to generate Planemo-style reports for tool test runs.Requires some small changes to Planemo's test_reports command contained within galaxyproject/planemo#799.