Skip to content

Commit 47bc343

Browse files
committed
消し忘れた段落を削除
1 parent 8ee6010 commit 47bc343

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/ch11-02-running-tests.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -188,18 +188,6 @@ see the following output:
188188
{{#include ../listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt}}
189189
```
190190

191-
<!--
192-
Note that the output for the tests and the test results are interleaved; the
193-
reason is that the tests are running in parallel, as we talked about in the
194-
previous section. Try using the `--test-threads=1` option and the `--nocapture`
195-
flag, and see what the output looks like then!
196-
-->
197-
198-
テスト用の出力とテスト結果の出力がまぜこぜになっていることに注意してください;
199-
その理由は、前節で語ったようにテストが並行に実行されているからです。
200-
`-test-threads=1`オプションと`--nocapture`フラグを使ってみて、
201-
その時、出力がどうなるか確かめてください!
202-
203191
<!--
204192
### Running a Subset of Tests by Name
205193
-->

0 commit comments

Comments
 (0)