We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added for version: 0.4 Updated for version: 0.7
To run all tests use:
lein test
To run a specific test, say functional.message-controller, use:
lein test functional.message-controller
If you’re not using Leiningen, you can use the conjure.bat or conjure.sh scripts with the same parameters.
For example, to run all tests using the conjure.sh script, use:
./conjure.sh test
To run the functional.message-controller test, use:
./conjure.sh test functional.message-controller