Skip to content

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

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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