Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created November 19, 2013 22:12
Show Gist options
  • Select an option

  • Save aamedina/7553505 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/7553505 to your computer and use it in GitHub Desktop.
(deftest unify-nil-object-1
(is (= (l/unify empty-s nil 1) nil)))
;;... and more tests
;; interactively run tests in the REPL
(run-tests)
;; returns this
Ran 340 tests containing 368 assertions.
0 failures, 0 errors.
{:test 340, :pass 368, :fail 0, :error 0, :type :summary}
;; if a test fails, it prints the error, a stack trace, and which test failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment