Exemple #1
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
Exemple #2
0
 def doit():
     main.run_string(command, space=space)
Exemple #3
0
 def doit():
     main.run_string(command, space=space)
Exemple #4
0
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)
Exemple #5
0
 def test_sys_import(self):
     from pypy.interpreter.main import run_string
     run_string('import sys', space=self.space)
Exemple #6
0
 def doit():
     main.run_string(interactiveconfig.runcommand, space=space)