path: bash-completion_1:2.16.0-8/test/t/test_pidof.py
class TestPidof:
    # "p": Assume that our process name completion runs ps
    @pytest.mark.complete("pidof p")
    def test_1(self, completion):
        assert completion
