We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4252070 commit 8cf5031Copy full SHA for 8cf5031
gitlab/tests/test_cli.py
@@ -34,6 +34,9 @@
34
("class", "Class"),
35
("test-class", "TestClass"),
36
("test-longer-class", "TestLongerClass"),
37
+ ("current-user-gpg-key", "CurrentUserGPGKey"),
38
+ ("user-gpg-key", "UserGPGKey"),
39
+ ("ldap-group", "LDAPGroup"),
40
],
41
)
42
def test_what_to_cls(what, expected_class):
@@ -53,6 +56,9 @@ def _namespace():
53
56
("TestClass", "test-class"),
54
57
("TestUPPERCASEClass", "test-uppercase-class"),
55
58
("UPPERCASETestClass", "uppercase-test-class"),
59
+ ("CurrentUserGPGKey", "current-user-gpg-key"),
60
+ ("UserGPGKey", "user-gpg-key"),
61
+ ("LDAPGroup", "ldap-group"),
62
63
64
def test_cls_to_what(class_name, expected_what):
0 commit comments