Skip to content

v1.73.1175

Compare
Choose a tag to compare
@alysbrooks alysbrooks released this 16 Jan 19:18
· 221 commits to main since this release

Fixed

  • Ensure reloading errors are printed in watch mode when the first test suite is disabled. (thanks @frenchy64)
  • Using a try-catch (without rethrowing) in an :each fixture could swallow
    thrown exceptions, resulting in a test being treated as passing when it should
    have been reported as an error. Fixed by changing how :each fixtures wrap
    the test function in execution. (thanks
    @NoahTheDuke)
  • Fix crash on Windows when using --watch with the default Beholder watcher.