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 7832ff2 commit 0af96e8Copy full SHA for 0af96e8
src/testing/unit_testing.md
@@ -254,7 +254,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
254
Tests can be marked with the `#[ignore]` attribute to exclude some tests. Or to run
255
them with command `cargo test -- --ignored`
256
-->
257
-テストを実行から除外するには、`#[ignore]`アトリビュートを使います。`cargo test -- --ignored`で、除外したものを含めてテストを実行できます。
+テストを実行から除外するには、`#[ignore]`アトリビュートを使います。また、`cargo test -- --ignored`で、除外したテストのみを実行できます。
258
259
```rust
260
pub fn add(a: i32, b: i32) -> i32 {
0 commit comments