/test/package.lisp
Lisp | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | aab603cdc4a282c03ba2d2e5f9812d63 MD5 | raw file
Possible License(s): LGPL-3.0
1(defpackage #:oauth-test 2 (:use #:cl #:oauth #:5am) 3 (:import-from #:alexandria #:with-unique-names #:curry #:rcurry)) 4 5(in-package :oauth-test) 6 7(def-suite oauth) 8