aboutsummaryrefslogtreecommitdiffstats
path: root/xtesting/core/testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'xtesting/core/testcase.py')
-rw-r--r--xtesting/core/testcase.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtesting/core/testcase.py b/xtesting/core/testcase.py
index 4c02e1ca..559f35a6 100644
--- a/xtesting/core/testcase.py
+++ b/xtesting/core/testcase.py
@@ -57,6 +57,7 @@ class TestCase(metaclass=abc.ABCMeta):
_job_name_rule = "(dai|week)ly-(.+?)-[0-9]*"
headers = {'Content-Type': 'application/json'}
__logger = logging.getLogger(__name__)
+ __test__ = False
def __init__(self, **kwargs):
self.details = {}