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


class TestPidof:

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