We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e04d64 commit b502a6aCopy full SHA for b502a6a
src/tests/running.md
@@ -52,7 +52,7 @@ Under the hood, the test runner invokes the standard rust test runner
52
(the same one you get with `#[test]`), so this command would wind up
53
filtering for tests that include "issue-1234" in the name.
54
55
-Often, though, it's easier to just run the test by hand. More tests are
+Often, though, it's easier to just run the test by hand. Most tests are
56
just `rs` files, so you can do something like
57
58
```
0 commit comments