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


@pytest.mark.bashcomp(pre_cmds=("HOME=$PWD/mplayer",))
class TestMencoder:
    @pytest.mark.complete("mencoder ")
    def test_1(self, completion):
        assert completion

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