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


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

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