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
XCTContext requires the closure to be @MainActor. Is this a potential problem for some kinds of tests?
When running a specific test from Xcode, where does the test name/invocation come from? It doesn't seem to be a command line argument or environment variable.
Would it be good to follow the SwiftUI pattern and have each test be the test property of a class? Is it more desirable to have multiple test methods in a class, or does the describe/context/it structure make that unnecessary?
Create a way to run specs easily under XCTest.
The text was updated successfully, but these errors were encountered: