示例#1
0
 def setUp(self):
     self.parser = IDLParser(IDLLexer(), mute_error=True)
示例#2
0
 def setUp(self):
   self.parser = IDLParser(IDLLexer(), mute_error=True)
   self.filenames = glob.glob('test_parser/*_web.idl')
示例#3
0
 def setUp(self):
   self.parser = IDLParser(IDLLexer(), mute_error=True)
   test_dir = os.path.abspath(
       os.path.join(os.path.dirname(__file__), 'test_parser'))
   self.filenames = glob.glob('%s/*_web.idl' % test_dir)