Skip to content

Commit ac49a62

Browse files
committed
Auto merge of #12397 - epage:cargo-init, r=weihanglo
refactor(tests): Name init ui tests more consistently Currently, the UI tests are - `cargo add` - `cargo new` - `cargo remove` - `init` One of these is not like the others. This change renames `init` to `cargo_init` to suggest it is the UI tests for the `cargo init` command, rather than `init` functionality.
2 parents 7ac9416 + 79469f3 commit ac49a62

File tree

247 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

247 files changed

+1
-1
lines changed
File renamed without changes.

tests/testsuite/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ mod cargo_command;
2424
mod cargo_config;
2525
mod cargo_env_config;
2626
mod cargo_features;
27+
mod cargo_init;
2728
mod cargo_new;
2829
mod cargo_remove;
2930
mod cargo_targets;
@@ -65,7 +66,6 @@ mod glob_targets;
6566
mod help;
6667
mod https;
6768
mod inheritable_workspace_fields;
68-
mod init;
6969
mod install;
7070
mod install_upgrade;
7171
mod jobserver;

0 commit comments

Comments
 (0)