fukamachi / prove

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

prove:*debug-on-error* behaviour #10

Closed EuAndreh closed 9 years ago

EuAndreh commented 9 years ago

As far as I could see on the code, prove:*debug-on-error* will make the test fall into the debugger only if there is an error in the test itself, not when it fails, correct?

fukamachi commented 9 years ago

Yep, correct. (I'm surprised it's not even mentioned in README.)

EuAndreh commented 9 years ago

Thanks =].