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


class TestCat:
    @pytest.mark.complete("cat ")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("cat -", require_longopt=True)
    def test_options(self, completion):
        assert completion