OdonataResearchLLC / lisp-unit

A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
108 stars 20 forks source link

A minor safety check on %RUN-ALL-THUNKS #15

Closed jessealama closed 11 years ago

ThomasHermann commented 11 years ago

WARN was the intended behavior when no tests were defined for a package. My faulty use of LOOP resulted in a warn and an error. So, I just converted the WARN in package-table to an ERROR. It's in the latest commit.

jessealama commented 11 years ago

OK, that's probably enough. Thanks!