galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
28 stars 38 forks source link

Tool testing improvements #117

Open mvdbeek opened 5 years ago

mvdbeek commented 5 years ago

These are a couple of things I found while implementing tool tests:

selten commented 4 years ago

@mvdbeek would it also be an idea to add the ability to remove the histories after all tests are finished (or at least as a command line option)?

mvdbeek commented 4 years ago

Yep, that would be a good option. I've added this along with some other things we've recently come across

selten commented 4 years ago

shed-tools test should have an option to exit with exit code 1 in case of failed tests. For me it seems to exit with exit code 0 even if it has failed tests.