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.
2 parents 86d67cb + d872e19 commit 028f93aCopy full SHA for 028f93a
src/testing/integration_testing.md
@@ -47,8 +47,8 @@ running 0 tests
47
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
48
```
49
50
-Each Rust source file in `tests` directory is compiled as a separate crate. One
51
-way of sharing some code between integration tests is making module with public
+Each Rust source file in the `tests` directory is compiled as a separate crate. One
+way of sharing some code between integration tests is making a module with public
52
functions, importing and using it within tests.
53
54
File `tests/common.rs`:
0 commit comments