コード例 #1
0
ファイル: Shell.py プロジェクト: jeongl/TestController
def stop_Test(input1):
    try:
        run = TestController()
        run.stop_Test(input1)
    except AttributeError:
        print "Run test first"