Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

v0.6.0-M5

Pre-release
Pre-release
Compare
Choose a tag to compare
@Baccata Baccata released this 14 Jan 15:27
· 284 commits to master since this release
ee863a1
  • Adds expect.same for equality comparisons
  • Removes the need to ascribe types in Checkers (scalacheck)
  • Removes simpleTest as it overlaps with one of the test overloads
  • Removes Expectations => F[Expectations] implicit conversion as it was leading users to use expectations in for-comprehensions, when in fact that had no effect, thus breaking principle of least surprise
  • Adds a construct for resource memoisation, that users can use (optionally) to share constructs between suites a bit more efficiently