please add test suite for stmx

6 views
Skip to first unread message

massimilia...@gmail.com

unread,
Sep 1, 2013, 6:09:33 PM9/1/13
to cl-tes...@googlegroups.com
Hello,

I am stmx author and I recently received an automatic email about a regression discovered by cl-test-suite on my library.
Thanks, it was very helpful as it lead to finding and fixing a problem in quicklisp: it was publishing the wrong github branch.

Can you please also add stmx tests to cl-test-suite? At the moment it only loads stmx without testing it.

Stmx tests use fiveam and can be run with (fiveam:run 'stmx.test::suite),
so I guess something like this should work (untested):

(defmethod libtest ((library-name (eql :stmx)))
  ;; The test framework used: fiveam.
  (quicklisp:quickload :stmx)
  (quicklisp:quickload :stmx.test)
  (run-fiveam-test-suite (read-from-string "stmx.test::suite")))

Best regards,

Massimiliano Ghilardi

Anton Vodonosov

unread,
Sep 1, 2013, 8:47:45 PM9/1/13
to cl-tes...@googlegroups.com, massimilia...@gmail.com
Hello Massimiliano,
 
I have committed the testsuite adapter, from now on every cl-test-grid run
will include stmx testsuite.
 
BTW, the regression report was not automated. I sometimes review
the results and report the failures I understand. 
 
I suggest you to review your library result page from time to time
 
Best regards,
- Anton
 
--
You received this message because you are subscribed to the Google Groups "cl-test-grid" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cl-test-grid...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Reply all
Reply to author
Forward
0 new messages