コード例 #1
0
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
コード例 #2
0
ファイル: test_maemo.py プロジェクト: fijal/platformer
 def setup_class(cls):
     py.test.skip("TestMaemo: tests skipped for now")
     check_scratchbox()
コード例 #3
0
 def setup_class(cls):
     from platformer.maemo import check_scratchbox, Maemo
     check_scratchbox()
     cls.platform = Maemo()