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


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

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