Fork me on GitHub
#practicalli
<
2023-04-13
>
practicalli-johnny11:04:02

Updated https://github.com/practicalli/dotfiles • Kitty Terminal: Add Gruvbox Material Dark Soft as default theme - update with kitty +kitten themes • Docker: example multi-stage Dockerfile to build Clojure services using tools.build • Docker: update to compose.yaml docker compose V2 configuration to build and run a Clojure service, with persistence services examples (postgres, mysql) • Docker: update to swagger-editor.yaml to run the OpenAPI swagger editor locally in Docker and work with JSON and YAML OpenAPI specification files • Make: updated Makefile tasks to include build.tools tasks and print Kaocha configuration

practicalli-johnny23:04:07

https://practical.li/clojure/testing/test-runners/kaocha-test-runner/ updated with examples of using Kaocha test runner with make, Clojure CLI aliases (from Practicalli Clojure CLI Config) and a Kaocha shell script. There is a nice presentation of test output when the test runs, e.g. if there are println or other console out data.