first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
(defpackage article-splorer/tests/main
|
||||
(:use :cl
|
||||
:article-splorer
|
||||
:rove))
|
||||
(in-package :article-splorer/tests/main)
|
||||
|
||||
;; NOTE: To run this test file, execute `(asdf:test-system :article-splorer)' in your Lisp.
|
||||
|
||||
(deftest test-target-1
|
||||
(testing "should (= 1 1) to be true"
|
||||
(ok (= 1 1))))
|
||||
Reference in New Issue
Block a user