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