File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Each file in `tests` is a separate
25
25
i.e. a test that is meant to test your library as if it were being called from a dependent
26
26
crate.
27
27
28
- The [ Testing] ( testing.md ) chapter elaborates on the three different testing styles:
29
- [ Unit] ( testing/ unit_testing.md ) , [ Doc] ( testing/ doc_testing.md ) , and [ Integration] ( testing/ integration_testing.md ) .
28
+ The [ Testing] [ testing ] chapter elaborates on the three different testing styles:
29
+ [ Unit] [ unit_testing ] , [ Doc] [ doc_testing ] , and [ Integration] [ integration_testing ] .
30
30
31
31
` cargo ` naturally provides an easy way to run all of your tests!
32
32
@@ -147,3 +147,8 @@ Ferris
147
147
Corro
148
148
Ferris
149
149
```
150
+
151
+ [ testing ] : ../testing.md
152
+ [ unit_testing ] : ../testing/unit_testing.md
153
+ [ integration_testing ] : ../testing/unit_testing.md
154
+ [ doc_testing ] : ../testing/doc_testing.md
You can’t perform that action at this time.
0 commit comments