PlaceAVote / pav-api

This repository contains the Placeavote API.
0 stars 0 forks source link

Migrate midje tests to clojure.test #109

Open sanel opened 8 years ago

sanel commented 8 years ago

mysql branch is using clojure.test for lowlevel testing and, after some talk with @johnboy14, we decided to deprecate midje in favor of clojure.test.

Beside code consistency, simplicity (midje adds a bunch of dark corners) and better tooling, clojure.test also has basic parallel test support via lein plugin.