diff options
Diffstat (limited to 'crates/shirabe/tests/completion_functional_test.rs')
| -rw-r--r-- | crates/shirabe/tests/completion_functional_test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe/tests/completion_functional_test.rs b/crates/shirabe/tests/completion_functional_test.rs index 06f8dd8a..82f42fbf 100644 --- a/crates/shirabe/tests/completion_functional_test.rs +++ b/crates/shirabe/tests/completion_functional_test.rs @@ -3,5 +3,7 @@ #[test] #[ignore = "CommandCompletionTester (Symfony Console test helper) is not implemented in the port"] fn test_complete() { + // TODO(phase-d): CommandCompletionTester (Symfony Console test helper) is not implemented in + // the port, so this data-provider-driven completion test has no harness to run against. todo!() } |
