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


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

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