Run tests with coverage:
lein cloverage -n 'phrag.*'
Tests run on in-memory SQLite DB by default. If environment variables for PostgreSQL DB are provided, GraphQL tests run on both SQlite and PostgreSQL DBs.
Example:
DB_NAME=my_db DB_HOST=localhost DB_USER=postgres DB_PASS=my_pass lein cloverage -n 'phrag.*'
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
⌘+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
⌘+/ | Jump to the search field |