Issues
- 2
Spurious failure: Nested async expectations are not allowed to avoid creating flaky tests
#1026 opened by xinsight - 2
- 4
Suggestion: throwing counterpart to `fail(message`
#1161 opened by noamfreeman - 4
- 0
Why not make waitUntil's done compatible with Sendable?
#1158 opened by soranoba - 5
Thread 1: Can not set up _UISceneHostingView with a nil scene (NSInternalInconsistencyException)
#1155 opened by makwanbarzan - 2
CocoaPods v13.4.0
#1152 opened by michaeldclifford - 6
toEventually in Xcode 15 somtimes results in "main run loop was unresponsive"
#1095 opened by obrhoff - 0
Map matcher that inverts the submatcher.
#1150 opened by younata - 5
build failure on using Nimble on visionOS Apps
#1147 opened by desusai7 - 1
When running on non-Apple platforms, report test failures using `XCTestCase.recordFailure()`
#1146 opened by younata - 0
Allow using Nimble expectations in Swift Testing
#1145 opened by younata - 6
Attempted to report a test failure to XCTest while no test case was running
#1101 opened by Bogdan-Belogurov - 2
When the current main branch will be in a release?
#1140 opened by diogot - 6
- 4
Using Nimble types with @MainActor gives a warning when SWIFT_STRICT_CONCURRENCY=targeted due to lack of Sendable conformance
#1127 opened by siddarthkalra - 1
- 0
- 0
Reexamine how Nimble treats nils in Swift code.
#1124 opened by younata - 2
- 5
`expect(nil).toAlways(equal(0))` incorrectly succeeds
#1120 opened by defagos - 0
Memoize errors
#1118 opened by fabianmuecke - 1
- 0
Privacy Manifest
#1104 opened by sashabaranov - 2
`throwAssertion` does not work on macOS
#1110 opened by yuri-qualtie - 2
Discussion about the project setup and Carthage usage
#1097 opened by stonko1994 - 0
Add a `require` function, similar to `expect`, which either returns the expression if it passes, or throws if it fails.
#1102 opened by younata - 0
Support localization in matchers.
#1106 opened by younata - 0
Move matcher documentation out of README.md
#1105 opened by younata - 1
Quick 7.3.0 and Nimble 13.0.0 ERROR : "Instance member 'testVariablesNotNil' cannot be used on type 'ConditionSelectionTests'"
#1099 opened by sagaguptadeloitte - 0
Question: Advice on using toEventually with UIViewController/UIView in XCTestCase
#1096 opened by parvez-keeptruckin - 4
Xcode 15: Foundation in iOS 17/macOS Sonoma has a new `Predicate` type which can conflict with Nimble's `Predicate`.
#1061 opened by younata - 2
Nimble.PollingDefaults.timeout is set to 30 seconds, but toEventually gives up after ~5
#1087 opened by molenick - 5
- 1
`throwAssertion` not working with Swift Concurrency
#1084 opened by funct7 - 0
Predicate equal doesn't work as expected with NSObject
#1082 opened by georgemp - 2
Improper use of expect() in describe() block cause test-case enumeration to fail
#1074 opened by KentLottis-jwn - 7
Error "any AssertionHandler' has no member 'assertionFailure" when running example test
#1076 opened by molenick - 1
- 0
- 1
Way to use Quick6 Nimble11 with KIF UI testing framework
#1028 opened by blyscuit - 2
- 0
Cannot find 'catchBadInstruction' in scope when running tests for "Mac Catalyst"
#1027 opened by uebelack - 1
Build error using Xcode 14.3
#1046 opened by JacobJidell - 2
Use Quick/Nimble and Xcode test plans
#1041 opened by VillSkog - 1
Non-sendable type DispatchTimeInterval exiting main actor-isolated context when using toEventually
#1031 opened by danielvera64 - 2
Is there a technical reason why `expect` doesn't offer `@autoclosure` versions for `async` tests?
#1037 opened by AlexKobachiJP - 3
Async/Await Support: 'async' call in an autoclosure that does not support concurrency
#1035 opened by lasseporsch - 0
Upgrading from Nimble 9.2.1 to Nimble 11.2.1 (Latest) could not be built as it could not build module header nimble
#1030 opened by caolaningenie - 2
async support breaks Actors with async functions
#1025 opened by drekka