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