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


class TestColordiff:
    @pytest.mark.complete("colordiff ")
    def test_basic(self, completion):
        assert completion

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