Skip to content

Is ':minimal a diff-style option? #429

@gdw2

Description

@gdw2

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions