diff options
| author | bors <bors@rust-lang.org> | 2014-01-02 23:56:53 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-02 23:56:53 -0800 |
| commit | bb9c5c48ef11fa05a6e15690a96cb38fe8e39b49 (patch) | |
| tree | dcb4f0365d8b3dcf5d7f47c01878348751b5a361 /doc/tutorial.md | |
| parent | fb46225980bea260ef00574aec95d52d18eb1710 (diff) | |
| parent | f0322371dda75d66d006a5c5ec4ffebb8af030c5 (diff) | |
| download | rust-bb9c5c48ef11fa05a6e15690a96cb38fe8e39b49.tar.gz rust-bb9c5c48ef11fa05a6e15690a96cb38fe8e39b49.zip | |
auto merge of #11052 : jvns/rust/testing-tutorial, r=brson
There's no explanation anywhere right now of how to do testing with Rust, so here's a basic explanation of how to write and run a test.
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 |
