dda-backup/tests.edn
2024-08-30 15:33:59 +02:00

25 lines
778 B
Clojure

;; ---------------------------------------------------------
;; Kaocha test runner configuration
;;
;; Default configuration
;; - show current config using either command:
;;
;; make test-config
;;
;; clojure -M:test/env:test/run --print-config
;; ---------------------------------------------------------
#kaocha/v1 {:plugins [:orchestra
:kaocha.plugin.alpha/info
:profiling
:print-invocations
:hooks
:notifier
:kaocha.plugin/version-filter]
:kaocha/bindings {kaocha.stacktrace/*stacktrace-filters* []
kaocha.stacktrace/*stacktrace-stop-list* []}
:reporter kaocha.report/documentation}