aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/completion_functional_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/completion_functional_test.rs')
-rw-r--r--crates/shirabe/tests/completion_functional_test.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/tests/completion_functional_test.rs b/crates/shirabe/tests/completion_functional_test.rs
index 9411721..9dc0482 100644
--- a/crates/shirabe/tests/completion_functional_test.rs
+++ b/crates/shirabe/tests/completion_functional_test.rs
@@ -1 +1,7 @@
//! ref: composer/tests/Composer/Test/CompletionFunctionalTest.php
+
+#[test]
+#[ignore = "requires the console completion harness (Application + CompletionInput), which is not yet ported"]
+fn test_complete() {
+ todo!()
+}