File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -589,11 +589,11 @@ please see the [Documentation chapter](documentation.html).
589
589
590
590
# Testing and concurrency
591
591
592
- One thing that is important to note when writing tests are run concurrently
593
- using threads. For this reason you should take care that your tests are written
594
- in such a way as to not depend on each-other, or on any shared state. "Shared
595
- state" can also include the environment, such as the current working directory,
596
- or environment variables.
592
+ One thing that is important to note when writing tests is that they may be run
593
+ concurrently using threads. For this reason you should take care that your tests
594
+ are written in such a way as to not depend on each-other, or on any shared
595
+ state. "Shared state" can also include the environment, such as the current
596
+ working directory, or environment variables.
597
597
598
598
If this is an issue it is possible to control this concurrency, either by
599
599
setting the environment variable ` RUST_TEST_THREADS ` , or by passing the argument
You can’t perform that action at this time.
0 commit comments