An example of using the Yesql library with unit tests.
To run the tests either run in the terminal:
lein test
or in the REPL:
(use 'yesql-examples.core-test)
(run-tests)Example using Yesql with unit testing
Repository from Github https://github.comClojureTO/yesql-with-tests
An example of using the Yesql library with unit tests.
To run the tests either run in the terminal:
lein test
or in the REPL:
(use 'yesql-examples.core-test)
(run-tests)Example using Yesql with unit testing
MIT License