Initial
This commit is contained in:
commit
5b3b2a35af
20 changed files with 974 additions and 0 deletions
12
t/core.lisp
Normal file
12
t/core.lisp
Normal file
|
@ -0,0 +1,12 @@
|
|||
(defpackage #:cl-info-test/core
|
||||
(:use #:cl
|
||||
#:cl-info/core
|
||||
#:rove
|
||||
#:hamcrest/rove))
|
||||
(in-package cl-info-test/core)
|
||||
|
||||
|
||||
(deftest test-some-staff
|
||||
(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