diff options
Diffstat (limited to 'test/t/test_check_perms.py')
-rw-r--r-- | test/t/test_check_perms.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/t/test_check_perms.py b/test/t/test_check_perms.py new file mode 100644 index 0000000..813ae4c --- /dev/null +++ b/test/t/test_check_perms.py @@ -0,0 +1,7 @@ +import pytest + + +class TestCheckPerms: + @pytest.mark.complete("check_perms -") + def test_1(self, completion): + assert completion |