summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_frontend.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_frontend.py')
-rw-r--r--ipatests/test_ipalib/test_frontend.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_frontend.py b/ipatests/test_ipalib/test_frontend.py
index ace6b7eb4..a4af5e43c 100644
--- a/ipatests/test_ipalib/test_frontend.py
+++ b/ipatests/test_ipalib/test_frontend.py
@@ -23,6 +23,7 @@ Test the `ipalib.frontend` module.
# FIXME: Pylint errors
# pylint: disable=no-member
+import pytest
import six
@@ -40,6 +41,9 @@ if six.PY3:
unicode = str
+pytestmark = pytest.mark.tier0
+
+
def test_RULE_FLAG():
assert frontend.RULE_FLAG == 'validation_rule'