Skip to content

Commit 3dbe8a6

Browse files
myronmarstonjosevalim
authored andcommitted
Changelog: explain mix test --failed more accurately. (#7911)
`mix test --failed` runs all tests that failed the last time they ran, even if they were not included in the last run of the test suite. This is important, because it means that you can run individual failed tests to focus on fixing them without worrying about mix losing track of the other failed tests.
1 parent 6932e25 commit 3dbe8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ ExUnit has also seen its own share of improvements. Assertions such as `assert s
9696

9797
Furthermore, failures in doctests are now colored and diffed.
9898

99-
On the `mix test` side of things, there is a new `--failed` flag that runs all tests that failed in the previous run. Finally, coverage reports generated with `mix test --cover` include a summary out of the box:
99+
On the `mix test` side of things, there is a new `--failed` flag that runs all tests that failed the last time they ran. Finally, coverage reports generated with `mix test --cover` include a summary out of the box:
100100

101101
```
102102
Generating cover results ...

0 commit comments

Comments
 (0)