Skip to content

Instantly share code, notes, and snippets.

@0atman
Last active November 8, 2018 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0atman/cdb63d43579517e7da564b6762ff452b to your computer and use it in GitHub Desktop.
Save 0atman/cdb63d43579517e7da564b6762ff452b to your computer and use it in GitHub Desktop.
test pattern with eftest
(comment "repl experiments"
(do ; run this block to repeatably run the test
(use 'your-ns :reload-all)
(require '[eftest.runner :refer [run-tests find-tests]])
(run-tests (find-tests 'your-ns.your-test)
{:report eftest.report.pretty/report})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment