Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Fix `kaocha.testable/test-seq` not respecting `:kaocha.testable/skip` on root testable
- Fix `kaocha.testable/test-seq-with-skipped` omitting skipped tests on nested testables
- `*.<ext>` will now match files with `.ext` extensions in any directory.
- update help doc in cli runner: `--diff-style` should only show `:none` and `:minimal`

## Changed

Expand Down
2 changes: 1 addition & 1 deletion src/kaocha/runner.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
sym
(symbol "kaocha.report" s))))
:assoc-fn accumulate]
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :deep"
[nil "--diff-style STYLE" "The style of diff to print on failing tests, either :none or :minimal"
:parse-fn parse-kw
]
[nil "--plugin KEYWORD" "Load the given plugin."
Expand Down
Loading