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


class TestUseradd:
    @pytest.mark.complete("useradd ")
    def test_1(self, completion):
        assert not completion

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