Skip to content

issues Search Results · repo:Quick/Nimble language:Swift

Filter by

459 results
 (108 ms)

459 results

inQuick/Nimble (press backspace or delete to remove)

Polling expectations were written under the assumption that there would only ever be 1 test running at a time. While this is true under XCTest, it s no longer the case when running under Swift Testing. ...
bug
  • younata
  • Opened 
    on Mar 23
  • #1188

What did you do? Build SPM package dependencies, which pulled in Nimble 13.7.1 and Quick 7.6.2. CLI Command to reproduce: swift build What did you expect to happen? I expected Nimble to build without ...
  • mrLSD
  • Opened 
    on Jan 3
  • #1187

- [x] I have read CONTRIBUTING and have done my best to follow them. Seems the current 13.7.0 made our tests stop building, namely due to these changes: -public func be(_ expected: AnyObject?) - Matcher ...
  • stodirascu
  • 2
  • Opened 
    on Dec 13, 2024
  • #1182

a common pattern in swift tests is failing after checking some condition in a if/guard guard let case .someCase(associatedValue) = someEnum else { fail( some explanation ) return } it could be convenient ...
  • noamfreeman
  • 4
  • Opened 
    on Oct 8, 2024
  • #1161

Suggestion When useing require(optionalSubject).toNot(beNil()), i could always add a custom description: require(optionalSubject).toNot(beNil(), description: repository missing value for \(key) ) this ...
  • noamfreeman
  • 2
  • Opened 
    on Oct 1, 2024
  • #1160

- [x] I have read CONTRIBUTING and have done my best to follow them. What did you do? await waitUntil { done in let blockOperation = BlockOperation {} blockOperation.completionBlock = { ...
  • soranoba
  • Opened 
    on Sep 24, 2024
  • #1158

- [√ ] I have read CONTRIBUTING and have done my best to follow them. What did you do? I tried to run my UI tests. What did you expect to happen? I expected them to run. What actually happened instead? ...
  • Ripcord715
  • 4
  • Opened 
    on Sep 23, 2024
  • #1157

- [X] I have read CONTRIBUTING and have done my best to follow them. What did you do? After switching to Xcode 16.0 RC (16A242), I gave my Quick/Nimble unit tests a run. What did you expect to happen? ...
  • makwanbarzan
  • 9
  • Opened 
    on Sep 16, 2024
  • #1155

The latest version of Nimble (13.4.0) doesn t appear to have made it to CocoaPods (see CocoaPods Specs Nimble). - [x] I have read CONTRIBUTING and have done my best to follow them. What did you do? ...
  • michaeldclifford
  • 2
  • Opened 
    on Aug 13, 2024
  • #1152

We have the normal map matcher. But what about when you want to invert the submatcher, e.g. you want to check if the map d value is not nil? Be sure to also update the failure message, to at least insert ...
enhancement
  • younata
  • Opened 
    on Jun 26, 2024
  • #1150
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub