Rachel Brindle
Rachel Brindle
Adds [Carthage](https://github.com/Carthage/Carthage) support as well. You should push a release (and [update the readme](https://github.com/Carthage/Carthage/blob/master/README.md#declare-your-compatibility)) once this is merged. Thanks!
This PR provides basic swift concurrency support. Now, you can `await` functions inside of `beforeEach`, `afterEach`, `aroundEach`, `it`, `fit`, and `xit` blocks. For example, the following tests are now possible:...
Resolves #249 This adds a public property on `Example` for discontinuing the current running test upon a test failure. This relies on XCTest's `continueAfterFailure` mechanism to work. Usage looks like:...
Pulled out of https://github.com/Quick/Nimble/discussions/986. We have [documentation for how to do this](https://github.com/Quick/Nimble#using-nimble-without-xctest), but it's either outdated or flat-out wrong. This ticket is to cover figuring out how to run nimble...
Similar to https://github.com/Quick/Quick/pull/1146, let's drop support of older OS versions to match what Quick will support. Quick will be setting the minimum supported versions to Xcode 13, macOS 10.14, iOS...
For all... probably 0 people running Nimble on a raspberry pi. Discovered while doing #980, basically, if you try to run `swift test` on an Arm box, you get a...
For reasons of swift
- Can specify the state of the gesture recognizer when it's recognized - Can specify what the location in the given view being recognized is This requires that the recognizer...
Don't use the old FakeOperationQueue in the new dynamic libraries.
WatchKit 1.0 is obsolete, and it's not worth the effort to support watchkit 2.0 and later. Bye ⌚️📦