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
Swift Testing: Reset file counter for each test (#966)
* Swift Testing: Reset file counter for each test
This introduces a new task local to the test scoping trait to allow a
test to be repeatedly run.
Fixes#963.
* wip