summaryrefslogtreecommitdiff
path: root/test/t/test_sbcl_mt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_sbcl_mt.py')
-rw-r--r--test/t/test_sbcl_mt.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/t/test_sbcl_mt.py b/test/t/test_sbcl_mt.py
new file mode 100644
index 00000000..860acc2f
--- /dev/null
+++ b/test/t/test_sbcl_mt.py
@@ -0,0 +1,8 @@
+import pytest
+
+
+@pytest.mark.bashcomp(cmd="sbcl-mt")
+class TestSbclMt:
+ @pytest.mark.complete("sbcl-mt shared/default/")
+ def test_1(self, completion):
+ assert completion == ["bar", "bar bar.d/", "foo", "foo foo.d/"]