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


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

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