Factual / geo

Clojure library for working with geohashes, polygons, and other world geometry
Eclipse Public License 1.0
301 stars 17 forks source link

Replace midje with vanilla clojure.test? #34

Closed willcohen closed 6 years ago

willcohen commented 6 years ago

It may be worth moving away from midje to simplify/reduce dev dependencies, be able to eliminate all reflection warnings when running tests, and generally be "simpler and less magical".

This PR builds upon the reflection warning reductions in #33. All midje tests were converted, so coverage should remain the same.