Skip to content

v1.76.1230

Compare
Choose a tag to compare
@plexus plexus released this 25 Jan 10:25
· 166 commits to main since this release

Added

  • kaocha.repl/config accepts a :profile key when specifying extra options.

Fixed

  • Configuration errors and circular dependencies are reported as warnings,
    rather than causing the entire watcher to crash. (thanks
    @frenchy64)
  • Fix bug added in #384:
    assertions in the tail position of an each fixture would return the result
    of the assertion instead of the testable object with the merged report data.
    (thanks @NoahTheDuke)

Changed