Skip to content

test

  • Run the project's tests
lein test

# tests from a namespace only
lein test :only "namespace_name"

# run a single test
lein test :only "namespace_name/testname"