Skip to content

Commit e6e6f8d

Browse files
PragTobjosevalim
authored andcommitted
Changelog: mix test reports doctests separately now (#7176)
Couldn't find it in the Changelog, maybe I'm a bit daft :) But the feature is there and I love it. Thanks 💚 ``` tobi@comfy ~/github/benchee $ mix test ............................................................................................................................................................................................................................................................................................. Finished in 2.3 seconds 102 doctests, 183 tests, 0 failures ```
1 parent 09b0ee3 commit e6e6f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Other improvements in Mix include better compiler diagnostics for editor integra
182182
* [mix profile.eprof] Add a new task for time-based profiling with eprof
183183
* [mix test] Run all functions in a describe block by giving the `file:line` the describe block starts
184184
* [mix test] Report the top N slowest tests with the `--slowest N` flag
185+
* [mix test] Report the number of doctests and tests separately
185186
* [mix xref] Support `--include-siblings` in reports for umbrella support
186187
* [mix xref] Add `mix xref graph --format stats`
187188
* [mix xref] Add `--only-nodes` and `--label` filters to mix xref graph

0 commit comments

Comments
 (0)