コード例 #1
0
 def get_options(self):
     ret = TestCaseWithTestDB.get_options(self)
     ret.exts = ['rd.test.core.test_converter']
     return ret
コード例 #2
0
 def get_options(self):
     ret = TestCaseWithTestDB.get_options(self)
     ret.exts = self.simple_extensions
     ret.no_process = self.use_backlog_processor
     ret.protocols = ['test']
     return ret
コード例 #3
0
 def get_options(self):
     ret = TestCaseWithTestDB.get_options(self)
     ret.exts = self.simple_extensions
     ret.protocols = ['test']
     return ret