Created
November 19, 2013 22:12
-
-
Save aamedina/7553505 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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