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


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

    @pytest.mark.complete("xmms --non-existent-option=--")
    def test_2(self, completion):
        assert not completion