https://github.com/andeemarks/ascii-clock
Clojure solution to ascii clock Shokunin puzzle
https://github.com/andeemarks/ascii-clock
Last synced: 10 months ago
JSON representation
Clojure solution to ascii clock Shokunin puzzle
- Host: GitHub
- URL: https://github.com/andeemarks/ascii-clock
- Owner: andeemarks
- Created: 2016-06-03T12:08:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-05T11:18:45.000Z (over 9 years ago)
- Last Synced: 2025-02-01T03:09:06.068Z (11 months ago)
- Language: Clojure
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ascii-clock
The project uses [Midje](https://github.com/marick/Midje/).
## How to run the tests
`lein midje` will run all tests.
`lein midje namespace.*` will run only tests beginning with "namespace.".
`lein midje :autotest` will run all the tests indefinitely. It sets up a
watcher on the code files. If they change, only the relevant tests will be
run again.