Beispiel #1
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
Beispiel #2
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
Beispiel #3
0
 def setup_class(cls):
     from platformer.maemo import check_scratchbox, Maemo
     check_scratchbox()
     cls.platform = Maemo()