summaryrefslogtreecommitdiff
path: root/test/t/test_units.py
blob: 824e2ce4784e96129aebaf3f2810154d7fc33473 (plain)
1
2
3
4
5
6
7
8
9
import pytest


class TestUnits:
    @pytest.mark.complete(
        "units --", require_cmd=True, xfail="! units --help &>/dev/null"
    )
    def test_1(self, completion):
        assert completion