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


class TestLspci:
    @pytest.mark.complete("lspci -", require_cmd=True)
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("lspci -A ", require_cmd=True)
    def test_2(self, completion):
        assert completion