示例#1
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     from rpython.translator.platform.maemo import check_scratchbox
     check_scratchbox()
     config = get_combined_translation_config(translating=True)
     config.translation.platform = 'maemo'
     cls.config = config
示例#2
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     from rpython.translator.platform.maemo import check_scratchbox
     check_scratchbox()
     config = get_combined_translation_config(translating=True)
     config.translation.platform = 'maemo'
     cls.config = config
示例#3
0
文件: test_maemo.py 项目: sbw111/lab4
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
示例#4
0
 def setup_class(cls):
     from rpython.translator.platform.maemo import check_scratchbox, Maemo
     check_scratchbox()
     cls.platform = Maemo()