Replies: 3 comments 2 replies
-
I'm running into this issue now in some test utilities that import XCTest and ComposableArchitecture - any ideas on how to disambiguate this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Cross-linking pointfreeco/swift-dependencies#13 for future reference. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@davdroman Any interest in PRing this, or should we dive in? 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In situations where
XCTDynamicOverlay
is implicitly imported in tests (such as by importingDependencies
), it might be useful to markXCTFail
with@_disfavoredOverload
so XCTest'sXCTFail
can take precedence in tests without ambiguities.Any thoughts? Is it worth a PR?
Beta Was this translation helpful? Give feedback.
All reactions