aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/downloader/zip_downloader_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/downloader/zip_downloader_test.rs')
-rw-r--r--crates/shirabe/tests/downloader/zip_downloader_test.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/shirabe/tests/downloader/zip_downloader_test.rs b/crates/shirabe/tests/downloader/zip_downloader_test.rs
index 0c9e7b88..b8fddf68 100644
--- a/crates/shirabe/tests/downloader/zip_downloader_test.rs
+++ b/crates/shirabe/tests/downloader/zip_downloader_test.rs
@@ -276,6 +276,8 @@ fn test_zip_archive_only_good() {
#[test]
fn test_system_unzip_only_failed() {
let _ = set_up();
+ // TODO(phase-d): routes through ProcessExecutor::execute_async, whose mock branch is
+ // todo!() (no Process mock seam exists in the external-packages crate).
todo!()
}
@@ -283,6 +285,8 @@ fn test_system_unzip_only_failed() {
#[test]
fn test_system_unzip_only_good() {
let _ = set_up();
+ // TODO(phase-d): routes through ProcessExecutor::execute_async, whose mock branch is
+ // todo!() (no Process mock seam exists in the external-packages crate).
todo!()
}
@@ -290,6 +294,8 @@ fn test_system_unzip_only_good() {
#[test]
fn test_non_windows_fallback_good() {
let _ = set_up();
+ // TODO(phase-d): routes through ProcessExecutor::execute_async, whose mock branch is
+ // todo!() (no Process mock seam exists in the external-packages crate).
todo!()
}
@@ -297,5 +303,7 @@ fn test_non_windows_fallback_good() {
#[test]
fn test_non_windows_fallback_failed() {
let _ = set_up();
+ // TODO(phase-d): routes through ProcessExecutor::execute_async, whose mock branch is
+ // todo!() (no Process mock seam exists in the external-packages crate).
todo!()
}