This implies that the diff-style options are :none and :minimal:
|
(output/format-doc (cond |
|
(= :none (:kaocha/diff-style kaocha.testable/*config*)) |
|
actual |
|
(= :minimal (:kaocha/diff-style kaocha.testable/*config*)) |
|
((jit lambdaisland.deep-diff2/minimize) |
|
((jit lambdaisland.deep-diff2/diff) expected actual)) |
|
:else |
|
((jit lambdaisland.deep-diff2/diff) expected actual)) |
|
printer)))])) |
But the cli help says :none and :deep:
|
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :deep" |
Or I'm completely mistaken!
This implies that the
diff-styleoptions are:noneand:minimal:kaocha/src/kaocha/report.clj
Lines 259 to 267 in e9da790
But the cli help says
:noneand:deep:kaocha/src/kaocha/runner.clj
Line 43 in e9da790
Or I'm completely mistaken!