Esempio n. 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
Esempio n. 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
Esempio n. 3
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
Esempio n. 4
0
 def setup_class(cls):
     from rpython.translator.platform.maemo import check_scratchbox, Maemo
     check_scratchbox()
     cls.platform = Maemo()