Exemplo n.º 1
0
 def __init__(self, *args, specification_dir: str,
              requested_logging_path: str, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
     self._specification_dir = specification_dir
     self.__requested_logging_path = requested_logging_path
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)
Exemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     TestCase.__init__(self, *args, **kwargs)