summaryrefslogtreecommitdiff
path: root/test/t/test_uname.py
blob: 743f317c62047ced185ea379740d1911e45da32f (plain)
1
2
3
4
5
6
7
import pytest


class TestUname:
    @pytest.mark.complete("uname --", skipif="! uname --help &>/dev/null")
    def test_1(self, completion):
        assert completion