/test/core/tokens.lisp

http://github.com/skypher/cl-oauth · Lisp · 13 lines · 7 code · 6 blank · 0 comment · 0 complexity · 483b4a1270f2fde6d5521b7c0b41ee6c MD5 · raw file

  1. (in-package :oauth-test)
  2. (def-suite tokens :in oauth)
  3. (in-suite tokens)
  4. (test request-token.not-authorized-by-default
  5. (is (not (request-token-authorized-p (make-request-token)))))
  6. (test token-printer.deals-with-unbound-slots
  7. (finishes (write-to-string (make-request-token))))