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 8ee6010 commit 47bc343Copy full SHA for 47bc343
src/ch11-02-running-tests.md
@@ -188,18 +188,6 @@ see the following output:
188
{{#include ../listings/ch11-writing-automated-tests/output-only-01-show-output/output.txt}}
189
```
190
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
203
<!--
204
### Running a Subset of Tests by Name
205
-->
0 commit comments