rust/src/doc/style/testing
Johannes Oertel 07cc7d9960 Change name of unit test sub-module to "tests".
Changes the style guidelines regarding unit tests to recommend using a
sub-module named "tests" instead of "test" for unit tests as "test"
might clash with imports of libtest.
2015-04-24 23:06:41 +02:00
..
README.md Import rust-guidlines 2015-02-16 17:04:16 -05:00
unit.md Change name of unit test sub-module to "tests". 2015-04-24 23:06:41 +02:00

% Testing

[FIXME] Add some general remarks about when and how to unit test, versus other kinds of testing. What are our expectations for Rust's core libraries?