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