You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor CI script
* fix paths
* restore .gitignore
* document test suite
* get root dir from shell
* check if args empty
* check if root path exists
* check if test-runner exists
* include test suite output
* fix configlet badge
**Exercism exercises in [Clojure](https://clojure.org/)**
7
+
8
+
This is the Clojure track, one of the many tracks on [Exercism][web-exercism].
9
+
It holds all the _exercises_ that are currently implemented and available for students to complete.
10
+
The track consists of various **concept** exercises which teach the [Clojure syllabus][web-syllabus], and various practice exercises, which are unlocked by progressing in the syllabus and can be used to practice concepts learned.
11
+
You can find this in the [`config.json`][file-config].
12
+
13
+
## Running the test suite
14
+
15
+
To test all exercises with sample solutions using [babashka](https://babashka.org/):
16
+
17
+
```bash
18
+
./test.clj .
19
+
```
20
+
{:tested 86, :fails ()}
21
+
22
+
## Contributing Guide
23
+
24
+
Please see the [contributing guide](https://exercism.org/docs/building).
0 commit comments