summaryrefslogtreecommitdiff
path: root/test/t/test_compgen.py
blob: 893abdf8a223c0413ebf3cb5965ce0f6fa7a5bf5 (plain)
1
2
3
4
5
6
7
import pytest


class TestCompgen:
    @pytest.mark.complete(r"compgen -f a\'b/", cwd="compgen")
    def test_1(self, completion):
        assert not completion