summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_ipalib/test_base.py')
-rw-r--r--ipatests/test_ipalib/test_base.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipatests/test_ipalib/test_base.py b/ipatests/test_ipalib/test_base.py
index 9b1b6a778..d69ee67f6 100644
--- a/ipatests/test_ipalib/test_base.py
+++ b/ipatests/test_ipalib/test_base.py
@@ -22,6 +22,7 @@ Test the `ipalib.base` module.
"""
import six
+import pytest
from ipatests.util import ClassChecker, raises
from ipalib.constants import NAME_REGEX, NAME_ERROR
@@ -32,6 +33,9 @@ if six.PY3:
unicode = str
+pytestmark = pytest.mark.tier0
+
+
class test_ReadOnly(ClassChecker):
"""
Test the `ipalib.base.ReadOnly` class