Skip to content

Commit

Permalink
Merge pull request #1448 from alexfertel/typo-in-integration-testing
Browse files Browse the repository at this point in the history
Fix a couple of typos in the `integration_testing.md` file
  • Loading branch information
marioidival authored Jul 6, 2021
2 parents 86d67cb + d872e19 commit 028f93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testing/integration_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out
```

Each Rust source file in `tests` directory is compiled as a separate crate. One
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
functions, importing and using it within tests.

File `tests/common.rs`:
Expand Down

0 comments on commit 028f93a

Please sign in to comment.