finshed ch11.2

This commit is contained in:
2025-02-11 14:41:45 -07:00
parent 33b2893369
commit 1bed9a2f9b
5 changed files with 328 additions and 12 deletions

View File

@ -215,7 +215,7 @@ In this case it displays that `another` failed because it `panicked at 'Make thi
The next section lists just the names of all the failing tests, which is useful when there are lots of tests and lots of detailed failing test output. We can use the name of a failing test to run just that test to more easily debug it.
This will be covered in the [`Controlling Tests`](How_to_Run.md) section
This will be covered in the [`Controlling Tests`](Test%20Controls.md) section
The summary line at the end displays the overall, with our test result which is `FAILED` in this case because we has one test pass and one test fail