-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
from galaxy.tool_util.parser.factory import get_tool_source | ||
from galaxy.tool_util.unittest_utils import functional_test_tool_path | ||
from galaxy.tool_util.parser.output_models import from_tool_source | ||
|
||
|
||
def test_from_tool_data_table(): | ||
tool_source = get_tool_source(functional_test_tool_path("dbkey_output_action.xml")) | ||
output_models = from_tool_source(tool_source) |