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


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

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