예제 #1
0
 def test_echo_post(self):
     echo = ct.echo_test()
     echo.POST()
예제 #2
0
 def test_echo_get(self):
     echo = ct.echo_test()
     echo.GET()