fukamachi / prove

Yet another unit testing framework for Common Lisp
218 stars 23 forks source link

Rename is-error to is-condition. #18

Closed tmccombs closed 9 years ago

tmccombs commented 9 years ago

A condition isn't always an error, so is-condition is sometimes more semantically correct than is-error.

For backwards compatibility and readability I have aliased is-error to is-condition. Although another option would be to change is-error to only work for error conditions.