fukamachi / prove

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

Switch colors on CLI #43

Closed t-sin closed 7 years ago

t-sin commented 7 years ago

This PR enables switching colors on run-prove.

By default, continuously, it enabled colors. When specify -c or --without-colors, run-pvoe output testing result without colors.

It is convinient when we logs result into file, e.g. $ run-prove foo-test.asd > foo_yyyymmdd.result.

fukamachi commented 7 years ago

Thanks!