Skip to content

Commit 0af96e8

Browse files
committed
fix translation for "Ignoring tests"
1 parent 7832ff2 commit 0af96e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testing/unit_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
254254
Tests can be marked with the `#[ignore]` attribute to exclude some tests. Or to run
255255
them with command `cargo test -- --ignored`
256256
-->
257-
テストを実行から除外するには、`#[ignore]`アトリビュートを使います。`cargo test -- --ignored`で、除外したものを含めてテストを実行できます
257+
テストを実行から除外するには、`#[ignore]`アトリビュートを使います。また、`cargo test -- --ignored`で、除外したテストのみを実行できます
258258

259259
```rust
260260
pub fn add(a: i32, b: i32) -> i32 {

0 commit comments

Comments
 (0)