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

@ -30,7 +30,7 @@ We can run these tests whenever we make changes to our code to make sure any exi
This chapter will cover:
- [How to Write Tests](Writing_Tests.md)
- [Controlling How Tests Are Run](How_to_Run.md)
- [Controlling How Tests Are Run](Test%20Controls.md)
- [Test Organization](Test_Organization.md)
But it will also talk about Rust's testing facilities, the annotations and macros available to you when writing tests, the default behavior and options provided for running your tests and how to organize tests into unit tests and integration tests.