Commit c915b5d7 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

cleanup: remove pytest warning

parent 0ac11c83
......@@ -70,6 +70,9 @@ class AutoSTemp(object):
from tester import SoftwareReleaseTester
class TestMap(object):
# tell pytest to skip this class (even if name starts with Test)
__test__ = False
def __init__(self, test_dict):
self.ran_test_set = set()
self.test_map_dict = collections.OrderedDict()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment