summaryrefslogtreecommitdiff
path: root/test/t/test_sbcl_mt.py
blob: d8049f3f1c88a861f95407ac73c5c87145ee2c9b (plain)
1
2
3
4
5
6
7
8
9
import pytest


@pytest.mark.bashcomp(cmd="sbcl-mt")
class TestSbclMt:
    @pytest.mark.xfail  # TODO: whitespace split issue
    @pytest.mark.complete("sbcl-mt shared/default/")
    def test_1(self, completion):
        assert completion == ["bar", "bar bar.d/", "foo", "foo foo.d/"]