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


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

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