コード例 #1
0
ファイル: PipelineApp.py プロジェクト: shambo001/peat
 def runTests(self):
     """Run tests"""
     import Testing
     Testing.formatTests(Testing.basictests)
     print 'tests completed ok'
     return