Skip to content

v7.1.0

Compare
Choose a tag to compare
@younata younata released this 06 Jul 18:50
· 82 commits to main since this release

Highlights

New Features

  • You can now use throw in beforeEach, justBeforeEach, and afterEach blocks.
  • Quick now suggests to XCTest that tests run in the order they are defined in.

Fixes

  • beforeEach blocks specified in configurations are now run in AsyncSpec tests.
  • xitBehavesLike(_ name: String) is now available in QuickSpec and Behavior.

Autogenerated ChangeLog

What's Changed

  • Bump danger from 9.3.0 to 9.3.1 by @dependabot in #1224
  • Ensure beforeEach in Configuration run for AsyncSpec by @junmo-kim in #1228
  • Allow beforeEach, justBeforeEach, and afterEach in Swift to throw by @younata in #1229
  • Improve documentation for installing Quick and Nimble via Cocoapods in the README. by @younata in #1231
  • Make a public xitBehavesLike(_ name: String) for SyncDSLUser by @younata in #1230
  • Attempt to run tests within a QuickSpec or AsyncSpec in the order they are defined in by @younata in #1232

New Contributors

Full Changelog: v7.0.2...v7.1.0