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


class TestUserdel:
    @pytest.mark.complete("userdel -")
    def test_1(self, completion):
        assert completion

    @pytest.mark.complete("userdel root")
    def test_2(self, completion):
        assert "root" in completion