We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a91521 + 8c7d10b commit 4ab974eCopy full SHA for 4ab974e
README.md
@@ -86,6 +86,23 @@ user> (last-request) ;; See the last ring request handled
86
user> (last-response) ;; See the last response the app generated
87
```
88
89
+### Tests
90
+
91
+We're using [Kaocha](https://github.com/lambdaisland/kaocha/) for our testing needs.
92
93
+You can run the tests by running the following command from the project root directory:
94
95
+```
96
+./bin/kaocha
97
98
99
+You can also run tests from the repl. For example to run the tests inside `test/clojurians_log/views_test.clj`:
100
101
102
+(use 'kaocha.repl)
103
+(run 'clojurians-log.views-test)
104
105
106
## License
107
108
Copyright © 2018-2020 Brasseur and contributors.
0 commit comments