gnarroway / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380 stars 27 forks source link

Extend deps.edn to include test dependencies #48

Closed chrisbetz closed 2 years ago

chrisbetz commented 2 years ago

With this, you can run the tests using clj -X:test. Also, the project can be imported in IntelliJ/Cursive as deps module (from existing source) and the tests all run green in the REPL when ran using "Run Tests in Current NS in REPL".

Ignoring some directories generated by tooling.

gnarroway commented 2 years ago

thanks!