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 123a6ef + d79ec7e commit dfb74eeCopy full SHA for dfb74ee
src/doc/book/testing.md
@@ -380,9 +380,9 @@ the `tests` directory.
380
381
# The `tests` directory
382
383
-Each file in `tests/*.rs` directory is treated as individual crate.
384
-So, to write an integration test, let's make a `tests` directory, and
385
-put a `tests/integration_test.rs` file inside, with this as its contents:
+Each file in `tests/*.rs` directory is treated as an individual crate.
+To write an integration test, let's make a `tests` directory and
+put a `tests/integration_test.rs` file inside with this as its contents:
386
387
```rust,ignore
388
extern crate adder;
0 commit comments