We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee370d4 commit ef83fcdCopy full SHA for ef83fcd
plugins/python3/src/plugin.rs
@@ -400,7 +400,7 @@ mod test {
400
401
#[test]
402
fn doesnt_find_project_dir_in_zip() {
403
- let file = File::open("tests/data/PythonWithoutInit.zip").unwrap();
+ let file = File::open("tests/data/PythonWithoutSrc.zip").unwrap();
404
let mut zip = ZipArchive::new(file).unwrap();
405
let dir = Python3Plugin::find_project_dir_in_zip(&mut zip);
406
assert!(dir.is_err());
plugins/python3/tests/data/PythonProject.zip
-6 Bytes
plugins/python3/tests/data/PythonWithoutInit.zip renamed to plugins/python3/tests/data/PythonWithoutSrc.zip
0 commit comments