magnars / stasis

Some Clojure functions for creating static websites.
348 stars 27 forks source link

Spring cleaning: Port tests to clojure.test ++ #39

Closed cjohansen closed 10 months ago

cjohansen commented 10 months ago

It's 2023 and us lisp people want s-expressions, even in the tests. So this pull request fixes a few minor aesthetic issues in the code, adds deps.edn and kaocha, and replaces midje tests with clojure.test.

I didn't remove the leiningen file, cause I suspected you might use it to release stuff? I can help adding some release tooling for deps.edn if interested as well.

magnars commented 10 months ago

Beautiful, thank you! Let's take a look at moving deployment to deps.edn at some point when we can do so together. :)