Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using the NST testing framework from a REPL other than Allegro's?

21 views
Skip to first unread message

Raffaele Ricciardi

unread,
Jun 19, 2013, 8:58:21 AM6/19/13
to
Hello everyone,

I've written some unit tests by using NST. Now, I can't find a way to
run them
from the REPL. It seems to me that the NST manuals only documents how to run
tests from Allegro's REPL and ASDF.

(ql:quickload :nst)

(nst:def-test-group my-test-group ()
(nst:def-test my-test (:equal "my string") "my string"))

;; ???

Any help? Thanks.

Raffaele Ricciardi

unread,
Jun 19, 2013, 12:33:20 PM6/19/13
to
On 19/06/13 14:58, Raffaele Ricciardi wrote:
> (ql:quickload :nst)
>
> (nst:def-test-group my-test-group ()
> (nst:def-test my-test (:equal "my string") "my string"))

Follow up with:

(nst:nst-cmd :run my-test-group)

For other options:

(nst:nst-cmd :help)

Thanks to the NST author for his quick reply.


0 new messages