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. |
||
|---|---|---|
| .. | ||
| README.md | ||
| unit.md | ||
% 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?