-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test data #50
test data #50
Conversation
Hi @bernt-matthias, Thanks for this. I written a few basic unit-tests to cover the data, should I contribute the unit-tests to this fork? Also, on my local system when I run e.g.
But in my local convert I get just
Any idea why? |
Maybe I did something wrong. Have to check later. Having a 1st unit test here seems useful. |
hi @bernt-matthias, I have made a pull request to your fork of this with the unit-tests added |
Will take care of this next week. Thanks.. |
add unit tests
Seems that this WorkflowConversion/CTDopts#19 is required to get a step further toward passing tests. @mr-c any ideas how to continue here -- strategically? Would be great to continue here since we have some momentum at the moment (pun not intended...) |
@Tomnl: hooray, tests are passing (the problem was that the xmls were generated on another branch). Will now add file input/output ctds (and whatever else is missing...) |
Great! |
- removed test file from OpenMS - fixed xsd link - extended select, i/o file test data
this adds test CTD files for string, int, float, select parameters which might be a starting point for unit tests and improving the generated xml files
xml files are generated by:
python CTDConverter/convert.py galaxy -i CTDConverter/test-data/*ctd -o CTDConverter/test-data -m ../macros.xml -b version
missing are at the moment at least files for input and output file parameters.
TODOs:
.travis.yml
after allow empyt value for optional numeric inputs CTDopts#19 is merged