(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))))