practicalli / clojure

Practicalli Clojure REPL Driven Development
https://practical.li/clojure/
Creative Commons Attribution Share Alike 4.0 International
89 stars 36 forks source link

update: correct koacha config names and commands and test related functions #419

Closed vedang closed 2 years ago

vedang commented 2 years ago

Important typo fixes are:

  1. Kaocha's configuration file is called tests.edn and not test.edn.
  2. Kaocha provides diagnostic information via --print-result and not --print-results.

The rest of the typos are a matter of taste and can be ignored if required.