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


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

    @pytest.mark.complete("setquota -", require_cmd=True)
    def test_2(self, completion):
        assert completion