vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Elevate information on skipped tests to top level of GUI report

Open bjfar opened this issue 9 months ago • 0 comments

Apologies if this can be configured somewhere, but I can't find any docs on it or a way to do it. Basically right now if a test is skipped for some reason in my test suite, I will have absolutely no idea, because the top level icons all just show green ticks even if some tests under them were skipped. It would make a lot more sense if this information was propagated to the top level.

I can understand that maybe not all users want this behaviour, so it would be fine with me if it was just a configuration option.

See below: I would expect the top level test_markets to have say a yellow icon or some such next to it, to indicate some tests were skipped but there were no errors. Since it is green I would not generally think to expand that set of tests, and so would not notice if something down deep was unexpectedly skipped.

Note: I am running these tests via unitest; not sure if the same behaviour occurs under pytest.

Image

bjfar avatar Mar 06 '25 05:03 bjfar