akvo / akvo-notifications

Turns business events into user notifications
GNU Affero General Public License v3.0
1 stars 1 forks source link

Define a testing strategy #7

Closed kardan closed 10 years ago

kardan commented 10 years ago

Review how to do tests.

kardan commented 10 years ago

After review, it looks like you get a far way with the standard Clojure.test. Lately there have been a number of projects that have been moving from Midje to Clojure.test (one is http://blog.circleci.com/rewriting-your-test-suite-in-clojure-in-24-hours/) so unless we are really sure we need Midje it looks safer to go with Clojure.test. for now