More generalized planemo testing enhancements.#491
Merged
jmchilton merged 9 commits intogalaxyproject:masterfrom Jun 15, 2016
Merged
More generalized planemo testing enhancements.#491jmchilton merged 9 commits intogalaxyproject:masterfrom
jmchilton merged 9 commits intogalaxyproject:masterfrom
Conversation
... for shared functionality between testing inside Galaxy's test framework and planemo driven testing.
CWL and workflow tests now can specify more checksum types, a file to compare against, a method for comparison ('diff', 're_match', 're_match_multiline', 'sim_size', and 'contains') as well as other options such as 'sort', 'line_diff', etc....
xref galaxyproject#476
- Allow job to be embedded in `-tests.yml` artifacts - in addition to referncing job descriptions by file path. - Allow building CWL test cases from example commands - tool_init can now respect --test_case and --cwl at the same time. - Update CWL introduction docs to demonstrate building a test case and include a description of how to run it. - Update CWL introduction docs to demonstrate serving a CWL tool with Galaxy. Fixes galaxyproject#476.
docs/_writing_cwl_intro.rst
Outdated
| A later revision of this document ill discuss defining more | ||
| parameters for this tool and include information on generating and | ||
| running tests with planemo for CWL tools. | ||
| In addition to the file actual tool file, a test file will be generated |
Member
There was a problem hiding this comment.
s/file actual tool file/actual tool file/
a191e97 to
5c1002c
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
-tests.ymlartifacts - in addition to referencing job descriptions by file path.Fixes #476 (except producing XUnit reports).