diff options
| author | Julia Evans <julia@jvns.ca> | 2013-12-18 12:38:14 -0500 |
|---|---|---|
| committer | Julia Evans <julia@jvns.ca> | 2013-12-31 10:34:55 -0500 |
| commit | f0322371dda75d66d006a5c5ec4ffebb8af030c5 (patch) | |
| tree | 43feb34a73bbe28ed265b07c282ff99e1618002f /doc/tutorial.md | |
| parent | d459e805df076ace12ed3f7f57f2b1378f0e2403 (diff) | |
| download | rust-f0322371dda75d66d006a5c5ec4ffebb8af030c5.tar.gz rust-f0322371dda75d66d006a5c5ec4ffebb8af030c5.zip | |
Add testing tutorial to docs
Diffstat (limited to 'doc/tutorial.md')
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index ccc7525b8d5..a19d8c3e820 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -3220,6 +3220,7 @@ tutorials on individual topics. * [Error-handling and Conditions][conditions] * [Packaging up Rust code][rustpkg] * [Documenting Rust code][rustdoc] +* [Testing Rust code][testing] There is further documentation on the [wiki], however those tend to be even more out of date than this document. @@ -3231,6 +3232,7 @@ more out of date than this document. [container]: tutorial-container.html [conditions]: tutorial-conditions.html [rustpkg]: tutorial-rustpkg.html +[testing]: tutorial-testing.html [rustdoc]: rustdoc.html [wiki]: https://github.com/mozilla/rust/wiki/Docs |
