You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This icon will represent both "unknown" -- i.e. immediately after discovery and before the first execution -- and "skipped" -- e.g. a test decorated with pytest.mark.skipIf. IOW all entries in the test explorer will always have a status icon.
Environment data
Expected behaviour
All test nodes report their status visually in the Test Explorer after running them.
Actual behaviour
Test nodes that return a status of 'Unknown' do not show an icon next to them after a test run completes.
Steps to reproduce:
Files affected
src\client\unittests\explorer\testTreeViewItem.ts
See the method
getIconPath
...If you place a breakpoint on the very last
default
case'sreturn
statement you will capture the point whereUnkown
status is being returned.The text was updated successfully, but these errors were encountered: