fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
775 stars 63 forks source link

Use rove instead of prove for caveman2 skeleton #121

Open ghost opened 4 years ago

ghost commented 4 years ago

Replace prove with rove for more feature complete testing framework.

This patch also puts the ASDF test system definition into skeleton.asd so you can just run:

(ql:quickload :skeleton)
(asdf:test-system :skeleton)

instead of loading skeleton-tests and running (asdf:test-system :skeleton-tests) separately.

This follows the the convention used by https://github.com/fukamachi/cl-project.

Fix #120