Lines Matching refs:run_import

33 def run_import(module):
47 self.assertRaises(SyntaxError,run_import,"lex_doc1")
52 self.assertRaises(SyntaxError,run_import,"lex_dup1")
58 self.assertRaises(SyntaxError,run_import,"lex_dup2")
64 self.assertRaises(SyntaxError,run_import,"lex_dup3")
70 self.assertRaises(SyntaxError,run_import,"lex_empty")
77 run_import("lex_error1")
83 self.assertRaises(SyntaxError,run_import,"lex_error2")
90 self.assertRaises(SyntaxError,run_import,"lex_error3")
96 self.assertRaises(SyntaxError,run_import,"lex_error4")
102 self.assertRaises(SyntaxError,run_import,"lex_ignore")
108 run_import("lex_ignore2")
115 self.assertRaises(SyntaxError,run_import,"lex_re1")
121 self.assertRaises(SyntaxError,run_import,"lex_re2")
127 self.assertRaises(SyntaxError,run_import,"lex_re3")
134 self.assertRaises(SyntaxError,run_import,"lex_rule1")
140 self.assertRaises(SyntaxError,run_import,"lex_rule2")
146 self.assertRaises(SyntaxError,run_import,"lex_rule3")
153 self.assertRaises(SyntaxError,run_import,"lex_state1")
159 self.assertRaises(SyntaxError,run_import,"lex_state2")
166 self.assertRaises(SyntaxError,run_import,"lex_state3")
173 self.assertRaises(SyntaxError,run_import,"lex_state4")
180 self.assertRaises(SyntaxError,run_import,"lex_state5")
186 run_import("lex_state_noerror")
192 self.assertRaises(SyntaxError,run_import,"lex_state_norule")
198 self.assertRaises(SyntaxError,run_import,"lex_token1")
208 self.assertRaises(SyntaxError,run_import,"lex_token2")
218 self.assertRaises(SyntaxError,run_import,"lex_token3")
225 self.assertRaises(SyntaxError,run_import,"lex_token4")
233 run_import("lex_token5")
239 run_import("lex_token_dup")
246 self.assertRaises(SyntaxError,run_import,"lex_literal1")
252 self.assertRaises(SyntaxError,run_import,"lex_literal2")
275 run_import("lex_module")
283 run_import("lex_object")
291 run_import("lex_closure")
310 run_import("lex_optimize")
365 run_import("lex_optimize2")
413 run_import("lex_optimize3")
456 run_import("lex_opt_alias")
507 run_import("lex_many_tokens")
559 run_import("lex_hedit")
567 run_import("lex_state_try")