-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
This implies that the diff-style options are :none and :minimal:
Lines 259 to 267 in e9da790
| (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:
Line 43 in e9da790
| [nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :deep" |
Or I'm completely mistaken!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels