示例#1
0
 def print_commands(self, runpath="."):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(runpath)
示例#2
0
 def print_commands(self, runpath='.'):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(runpath)
示例#3
0
 def print_commands(self, working_directory ='.', no_paths = False):
     test = Test(self.ymlfile, self.settings)
     test.print_commands(working_directory, no_paths)