mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 03:27:13 -06:00
finshed ch11.2
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user