fukamachi / prove

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

Follow ASDF recommendations #44

Closed fare closed 7 years ago

fare commented 7 years ago

Importantly, stop calling clear-system from perform, it's very bad.

Also, use strings as the canonical system name; stop specifying :after for inline perform method; stop defining useless and noisy packages.

fukamachi commented 7 years ago

Thanks!