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
Yes, it throws error even if just one fails and you still get the stack trace for each. The only difference is that it throws the error at the end and you get a report even for those tests that are after a failing one
Could we add global
@testset
wrapping all@testset
so that if some tests don't pass one gets to see how the others went anyway?I ask because for example I work woth WSL and the liveview test can't work here so I have to add the global
@testset
locallyThe text was updated successfully, but these errors were encountered: