planemo icon indicating copy to clipboard operation
planemo copied to clipboard

Order tests in tool_test_output.html when --failed supplied

Open hepcat72 opened this issue 6 years ago • 0 comments

It took me awhile today to realize that when you have multiple tests failing and you run planemo test --failed, the order of the tests in the tool_test_output.html file appears to be random and does not reflect the order they occur in the tool's xml file. The names of the failed tests have the correct number, which corresponds to the order of their occurrence in the xml.

So this is a feature request to order the occurrences of the test results in tool_test_output.html.

I had 4 failing tests (5-8) and their order in the results were 7, 8, 5, 6.

hepcat72 avatar Mar 12 '19 20:03 hepcat72