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


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