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
I created 2 test classes, Test1 and Test2 and put breakpoints in all the it blocks. When I tell XCode to only run Test2 tests, it first runs the tests in Test1. when only importing Kiwi, this doesn't happen.
(although with Kiwi it still goes through the describe and context, but not through the it)
The text was updated successfully, but these errors were encountered:
I created 2 test classes, Test1 and Test2 and put breakpoints in all the
it
blocks. When I tell XCode to only run Test2 tests, it first runs the tests in Test1. when only importing Kiwi, this doesn't happen.(although with Kiwi it still goes through the
describe
andcontext
, but not through theit
)The text was updated successfully, but these errors were encountered: