Skip to content

Commit e2a991c

Browse files
committed
test(tree): Group all cargo-tree tests
1 parent d5b25b8 commit e2a991c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

tests/testsuite/tree.rs renamed to tests/testsuite/cargo_tree/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use cargo_test_support::registry::{Dependency, Package};
66
use cargo_test_support::str;
77
use cargo_test_support::{basic_manifest, git, project, rustc_host, Project};
88

9-
use super::features2::switch_to_resolver_2;
9+
use crate::features2::switch_to_resolver_2;
1010

1111
fn make_simple_proj() -> Project {
1212
Package::new("c", "1.0.0").publish();

tests/testsuite/cargo_tree/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
mod deps;
2+
mod features;
13
mod help;

tests/testsuite/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ mod standard_lib;
178178
mod test;
179179
mod timings;
180180
mod tool_paths;
181-
mod tree;
182-
mod tree_graph_features;
183181
mod unit_graph;
184182
mod update;
185183
mod vendor;

0 commit comments

Comments
 (0)