Ejemplo n.º 1
0
 def print_commands(self, runpath="."):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(runpath)
Ejemplo n.º 2
0
 def print_commands(self, runpath='.'):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(runpath)
Ejemplo n.º 3
0
 def print_commands(self, working_directory ='.', no_paths = False):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(working_directory, no_paths)