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:
2
Tests.md
2
Tests.md
@ -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.
|
Reference in New Issue
Block a user