Commit 1776c3af authored by Eric Timmons's avatar Eric Timmons
Browse files

Clean up tests

parent 765b37d8
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -13,8 +13,6 @@
          #:fiveam)
  (:import-from #:clpm-multi-http-client
                #:*default-http-client*)
  (:import-from #:clpm-multi-http-client/dexador
                #:dexador-client)
  (:import-from #:clpm-multi-http-client/drakma
                #:drakma-client))

@@ -50,10 +48,7 @@
          (is-true system-release)
          (is (equal "0.2.0" (system-release-version system-release)))
          (is (set-equal '("alexandria") (system-release-dependencies system-release)
                         :test #'equal))
          )
        )
      )))
                         :test #'equal)))))))

(def-test simple-file-test (:suite :clpi/simple)
  (let ((index (make-instance 'file-index :root (test-index-root-pathname "v0.4/simple/"))))