예제 #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
파일: test_posix.py 프로젝트: charred/pypy
 def setup_class(cls):
     from rpython.translator.platform.maemo import check_scratchbox, Maemo
     check_scratchbox()
     cls.platform = Maemo()