-
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.
-
assert_raise
now returns the raised exception. -
Use
-s
to run a single scope.
cutest(1)
now exits with a non-zero status when a test fails.
Check the commit list for earlier changes.