Skip to content

Commit 9bdc777

Browse files
committed
test(add): Make name normalization test names consistent
1 parent 0b3ad41 commit 9bdc777

File tree

41 files changed

+6
-6
lines changed

Some content is hidden

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

41 files changed

+6
-6
lines changed

tests/testsuite/cargo_add/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ mod add_basic;
22
mod add_multiple;
33
mod add_no_vendored_package_with_alter_registry;
44
mod add_no_vendored_package_with_vendor;
5-
mod add_normalized_name_external;
65
mod add_toolchain;
7-
mod add_workspace_non_fuzzy;
86
mod build;
97
mod build_prefer_existing_version;
108
mod change_rename_target;
@@ -14,7 +12,6 @@ mod deprecated_default_features;
1412
mod deprecated_section;
1513
mod detect_workspace_inherit;
1614
mod detect_workspace_inherit_features;
17-
mod detect_workspace_inherit_fuzzy;
1815
mod detect_workspace_inherit_optional;
1916
mod detect_workspace_inherit_path_base;
2017
mod detect_workspace_inherit_public;
@@ -28,7 +25,6 @@ mod features;
2825
mod features_activated_over_limit;
2926
mod features_deactivated_over_limit;
3027
mod features_empty;
31-
mod features_fuzzy;
3228
mod features_multiple_occurrences;
3329
mod features_preserve;
3430
mod features_spaced_values;
@@ -42,7 +38,6 @@ mod git_inferred_name;
4238
mod git_inferred_name_multiple;
4339
mod git_multiple_names;
4440
mod git_multiple_packages_features;
45-
mod git_normalized_name;
4641
mod git_registry;
4742
mod git_rev;
4843
mod git_tag;
@@ -75,6 +70,12 @@ mod no_args;
7570
mod no_default_features;
7671
mod no_optional;
7772
mod no_public;
73+
mod normalize_name_git;
74+
mod normalize_name_path;
75+
mod normalize_name_path_existing;
76+
mod normalize_name_registry;
77+
mod normalize_name_registry_existing;
78+
mod normalize_name_workspace_dep;
7879
mod offline_empty_cache;
7980
mod optional;
8081
mod overwrite_default_features;
@@ -118,7 +119,6 @@ mod path_base_unstable;
118119
mod path_dev;
119120
mod path_inferred_name;
120121
mod path_inferred_name_conflicts_full_feature;
121-
mod path_normalized_name;
122122
mod preserve_dep_std_table;
123123
mod preserve_features_sorted;
124124
mod preserve_features_table;

0 commit comments

Comments
 (0)