article-splorer/tests/main.lisp

12 lines
308 B
Common Lisp
Raw Normal View History

2022-06-02 03:18:49 +00:00
(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))))