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


class TestPgrep:

    # "p": Assume that our process name completion runs ps
    @pytest.mark.complete("pgrep p")
    def test_1(self, completion):
        assert completion