コード例 #1
0
ファイル: controller_test.py プロジェクト: simpleton/starfish
 def test_echo_post(self):
     echo = ct.echo_test()
     echo.POST()
コード例 #2
0
ファイル: controller_test.py プロジェクト: simpleton/starfish
 def test_echo_get(self):
     echo = ct.echo_test()
     echo.GET()