Add XCTexpectFailure #58
ZevEisenberg
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@ZevEisenberg We'd definitely be down for that, but haven't prioritized. The main thing to recapture is that Apple's We'll also want to make sure it's compiled out of Linux. Are you interested in trying to PR this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
PR is up: #58 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TCA already uses a dyanmic-overlay-esque version of
XCTExpectFailure
to show what tests would have failed, had exhaustive testing been enabled. This is slick, and I'd like to do something similar in a testing library that already uses xctest-dynamic-overlay. I could borrow the code from TCA, but it seems like a natural fit for this library to include it.Beta Was this translation helpful? Give feedback.
All reactions