Custom tests runner.
This commit is contained in:
parent
02aac24c7f
commit
48784bff63
7 changed files with 114 additions and 41 deletions
10
t/core.lisp
10
t/core.lisp
|
@ -6,7 +6,11 @@
|
|||
(in-package cl-info-test/core)
|
||||
|
||||
|
||||
(defun foo (a b)
|
||||
(list a b 3))
|
||||
|
||||
|
||||
(deftest test-some-staff
|
||||
(testing "Replace this test with real staff."
|
||||
(assert-that (foo 1 2)
|
||||
(contains 1 2))))
|
||||
(testing "Replace this test with real staff."
|
||||
(assert-that (foo 1 2)
|
||||
(contains 1 2))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue