File: run.clj

package info (click to toggle)
ring-basic-authentication-clojure 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 144 kB
  • sloc: makefile: 20; sh: 12
file content (6 lines) | stat: -rw-r--r-- 160 bytes parent folder | download
1
2
3
4
5
6
(ns run
  (:use [ring.middleware.basic-authentication] :reload-all)
  (:use [clojure.test]))

(deftest all
  (run-tests 'ring.middleware.basic-authentication))