File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Tests in your `src` files should be unit tests, and tests in `tests/` should be
6
6
integration-style tests. As such, you’ll need to import your crates into
7
7
the files in ` tests ` .
8
8
9
- Here's an example of running ` cargo test ` in our package, which currently has
10
- no tests:
9
+ Here's an example of running ` cargo test ` in our [ package] [ def-package ] , which
10
+ currently has no tests:
11
11
12
12
``` console
13
13
$ cargo test
@@ -36,4 +36,5 @@ examples you’ve included and will also test the examples in your
36
36
documentation. Please see the [ testing guide] [ testing ] in the Rust
37
37
documentation for more details.
38
38
39
+ [ def-package ] : ../appendix/glossary.md#package ' "package" (glossary entry) '
39
40
[ testing ] : ../../book/ch11-00-testing.html
You can’t perform that action at this time.
0 commit comments