We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1938249 commit 4b34444Copy full SHA for 4b34444
src/tests/intro.md
@@ -73,6 +73,9 @@ including:
73
74
Example: `./x.py fmt` runs rustfmt on the codebase.
75
76
+ Example: `./x.py test src/tools/tidy --bless` does formatting before doing
77
+ other tidy checks.
78
+
79
- **Unit tests** – The Rust standard library and many of the Rust packages
80
include typical Rust `#[test]` unittests. Under the hood, `x.py` will run
81
`cargo test` on each package to run all the tests.
0 commit comments