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


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

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