summaryrefslogtreecommitdiffstats
path: root/ipalib/tests/test_public.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/tests/test_public.py')
-rw-r--r--ipalib/tests/test_public.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/ipalib/tests/test_public.py b/ipalib/tests/test_public.py
index 81401859..d6f3dbbe 100644
--- a/ipalib/tests/test_public.py
+++ b/ipalib/tests/test_public.py
@@ -267,6 +267,13 @@ class test_cmd(ClassChecker):
sub.validate(**okay)
raises(errors.RuleError, sub.validate, **fail)
+ def test_execute(self):
+ """
+ Tests the `execute` method.
+ """
+ assert 'execute' in self.cls.__public__ # Public
+
+
def test_obj():
cls = public.obj