galaxyproject / ephemeris

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

Run-data-managers now outputs stderr of failed jobs. Run-data-managers to pytest. #110

Closed rhpvorderman closed 5 years ago

rhpvorderman commented 5 years ago

Added the code to log a stderr when a data manager job is failing.

I also ported run-data-managers to the new pytest framework. So this extra logging stuff is also tested.

This should fix #107 .

After a lot of trail and error due to various issues, codacy and coverage should work on this branch.

rhpvorderman commented 5 years ago

@mvdbeek are all issues solved satisfactorily?