diff options
Diffstat (limited to 'crates/shirabe/tests/command/global_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/global_command_test.rs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/shirabe/tests/command/global_command_test.rs b/crates/shirabe/tests/command/global_command_test.rs index 10ddf6c..0b62150 100644 --- a/crates/shirabe/tests/command/global_command_test.rs +++ b/crates/shirabe/tests/command/global_command_test.rs @@ -16,7 +16,7 @@ impl Drop for TearDown { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer/getUniqueTmpDirectory harness (not implemented)"] fn test_global() { let _tear_down = TearDown; @@ -24,7 +24,7 @@ fn test_global() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::getUniqueTmpDirectory harness (not implemented)"] fn test_cannot_create_home() { let _tear_down = TearDown; @@ -32,7 +32,7 @@ fn test_cannot_create_home() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson harness (not implemented)"] fn test_global_show() { let _tear_down = TearDown; @@ -40,7 +40,7 @@ fn test_global_show() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson harness (not implemented)"] fn test_global_show_without_packages() { let _tear_down = TearDown; @@ -48,7 +48,7 @@ fn test_global_show_without_packages() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_global_require() { let _tear_down = TearDown; @@ -56,7 +56,7 @@ fn test_global_require() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer/createInstalledJson/createComposerLock harness (not implemented)"] fn test_global_update() { let _tear_down = TearDown; @@ -64,7 +64,7 @@ fn test_global_update() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_global_changes_directory() { let _tear_down = TearDown; @@ -72,7 +72,7 @@ fn test_global_changes_directory() { } #[test] -#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +#[ignore = "requires ApplicationTester and TestCase::initTempComposer harness (not implemented)"] fn test_global_missing_command_name() { let _tear_down = TearDown; |
