File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,6 @@ Tests validate discovered environments using 4 verification methods:
132132- Use ` cargo fetch ` to download all dependencies
133133- Use ` rustup component add clippy ` to install Clippy linter
134134- Use ` cargo fmt --all ` to format code in all packages
135- - Use ` cargo clippy --all-features -- -Dwarnings ` to check for linter issues
136- - Use ` cargo clippy --all-features --fix --allow-dirty -- -Dwarnings ` to automatically fix linter issues
137135- Use ` cargo build ` to build the project
138136- Use ` cargo test --all ` to test all packages (this can take a few seconds)
139137- Use ` cargo test [TESTNAME] ` to test a specific test
Original file line number Diff line number Diff line change @@ -416,6 +416,7 @@ pub fn get_environment_key(env: &PythonEnvironment) -> Option<PathBuf> {
416416
417417#[ cfg( test) ]
418418mod tests {
419+ use super :: * ;
419420
420421 #[ test]
421422 #[ cfg( windows) ]
You can’t perform that action at this time.
0 commit comments