[WIP] Nose update with --debug option added to run_tests#172
[WIP] Nose update with --debug option added to run_tests#172dannon merged 4 commits intogalaxyproject:devfrom
Conversation
|
This nose update breaks planemo testing - I am looking into the planemo part of that but it abuses nose data structures in similar ways to the tool shed install and test framework - that is a greater concern in my mind. |
|
Ach, yeah, I was focused on the Galaxy side. I'll try the shed tests. |
|
Unfortunately there are no tests for the install and test framework (https://trello.com/c/VHGB33Xp). |
|
Yeaaah, this breaks more than I expected. I was exclusively testing against the broken API tests that got me started going down this road. Updating title with WIP to keep plugging at it without a merge. |
|
Okay - actually and luckily it seems the IPluginInterface has remained pretty stable - so perhaps we don't have to worry so much about the install and test framework. The problem I encountered in planemo is due to XUnit plugin upgrades - and the tool shed does not use the xunit report. Previously the XUnit report looked like this:
Now it looks like this:
Planemo just needs to do a better job parsing the class name and name together when building its report. If you give me a day to upgrade Planemo and do a new release - I will happily 👍 this as it stands. |
|
No rush at all, sure. |
|
👍 |
[WIP] Nose update with --debug option added to run_tests
* updated jupyter ML interactive * docker from quay.io * add comment about disabling announcements
No description provided.