This commit is contained in:
Steve Klabnik 2016-10-07 14:05:34 -04:00 committed by Carol (Nichols || Goulding)
parent fbde6631aa
commit 0097f8c6dc
5 changed files with 10 additions and 4 deletions

View File

@ -56,10 +56,12 @@
- [`std::path`]()
- [`std::env`]()
- [Testing]()
- [Unit Tests]()
- [Integration Tests]()
- [Test Attribute]()
- [Testing](chXX-00-testing.md)
- [Unit testing](chXX-01-testing.md)
- [Integration testing](chXX-02-integration-testing.md)
- [Documentation Tests](chXX-03-documentation-tests.md)
- [Debugging]()
## Thinking in Rust

1
src/chXX-00-testing.md Normal file
View File

@ -0,0 +1 @@
# Testing

1
src/chXX-01-testing.md Normal file
View File

@ -0,0 +1 @@
# Unit testing

View File

@ -0,0 +1 @@
# Integration testing

View File

@ -0,0 +1 @@
# Documentation Tests