I am trying to execute some unit test in parallel, each test class is extended
class TestClassExample(BaseTest):
This BaseTest c
BaseTest