File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ working on.
85
85
* [ Commit as you go] [ githelp ] .
86
86
* Include tests that cover all non-trivial code. The existing tests
87
87
in ` test/ ` provide templates on how to test Cargo's behavior in a
88
- sandbox-environment. The internal crate ` cargotest ` provides a vast amount
89
- of helpers to minimize boilerplate. See [ ` cargotest /mod.rs` ] for an
88
+ sandbox-environment. The internal module ` testsuite/support ` provides a vast amount
89
+ of helpers to minimize boilerplate. See [ ` testsuite/support /mod.rs` ] for an
90
90
introduction to writing tests.
91
91
* Make sure ` cargo test ` passes. If you do not have the cross-compilers
92
92
installed locally, install them using the instructions returned by
@@ -197,6 +197,6 @@ adding labels to triage issues:
197
197
[ I-nominated ] : https://github.com/rust-lang/cargo/labels/I-nominated
198
198
[ Code of Conduct ] : https://www.rust-lang.org/conduct.html
199
199
[ IRC ] : https://kiwiirc.com/client/irc.mozilla.org/cargo
200
- [ `cargotest/ mod.rs` ] : https://github.com/rust-lang/cargo/blob/master/tests/testsuite/cargotest /mod.rs
200
+ [ `testsuite/support/ mod.rs` ] : https://github.com/rust-lang/cargo/blob/master/tests/testsuite/support /mod.rs
201
201
[ irlo ] : https://internals.rust-lang.org/
202
202
[ subcommands ] : https://doc.rust-lang.org/cargo/reference/external-tools.html#custom-subcommands
You can’t perform that action at this time.
0 commit comments