Пример #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()