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
Remove Test.Case's conformance to Identifiable. (#559)
With further consideration after #548, we've decided to remove
conformance to `Identifiable` from `Test.Case` rather than promoting it
to API. The identity of a test case is fuzzy because it depends on the
arguments to a test, not all of which may be uniquely identifiable. We
need more time to consider the design of this part of the interface
before making it a permanent part of our API.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.
0 commit comments