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


class TestOpera:
    @pytest.mark.complete("opera ")
    def test_1(self, completion):
        assert completion

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