Cutest v1.2.3 Release Notes

Release Date: 2015-12-04 // over 8 years ago
    • assert_raise now works with lower-level exceptions.

    • assert can now receive a custom failure message, which should help write better custom assertions.

    • โœ… cutest -v now exits after printing the version number.


Previous changes from v1.2.2

    • ๐Ÿ‘ป assert_raise now returns the raised exception.

    • ๐Ÿ‘‰ Use -s to run a single scope.