(in-package :ritherdon-archive-tests) #| parachute: https://shinmera.github.io/parachute/ ================================================================================ Use the URL to access the documentation for parachute. |# ;; This was an example taken from the doc's for parachute. I'm going to keep it ;; here as a reference until I get comfortable with parachute. (define-test reference-tests (of-type integer 5) (true (numberp 2/3)) (false (numberp :keyword)) (is-values (values 0 "1") (= 0) (equal "1")))