An open API service indexing awesome lists of open source software.

https://github.com/grierson/mastermind

My implementation of Mastermind from CleanCoders.com
https://github.com/grierson/mastermind

clj midje

Last synced: 3 months ago
JSON representation

My implementation of Mastermind from CleanCoders.com

Awesome Lists containing this project

README

        

# mastermind

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.