Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Quick.xcframework.zip | 2024-03-24 | 11.9 MB | |
README.md | 2024-03-24 | 642 Bytes | |
v7.5.0 - Pending tests are now marked as Skipped in Xcode source code.tar.gz | 2024-03-24 | 1.4 MB | |
v7.5.0 - Pending tests are now marked as Skipped in Xcode source code.zip | 2024-03-24 | 1.6 MB | |
Totals: 4 Items | 14.9 MB | 0 |
Highlights
- Any tests which are pended-out (using
pending
,xdescribe
,xcontext
,xitBehavesLike
, orxit
), OR tests which are skipped because they are not focused (that is, the other tests when you usefdescribe
,fcontext
,fitBehavesLike
orfit
) are now marked as skipped in Xcode.
Automated Changelog
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/Quick/Quick/pull/1274
- Mark tested which are pended-out or not focused as skipped. by @younata in https://github.com/Quick/Quick/pull/1276
Full Changelog: https://github.com/Quick/Quick/compare/v7.4.1...v7.5.0