Cutest v1.2.3 Release Notes
Release Date: 2015-12-04 // almost 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.