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


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

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