Faster unit tests by not running the app startup logic
Running unit tests in Swift will launch the (iOS) simulator and the app to which the unit test target belongs. The app probably has some startup logic, e.g asking a remote API for new data, loading information from the local storage, registering for ...
blog.eidinger.info2 min read