Exemplo n.º 1
0
 def testPOSTRequestAllowed(self):
     check(self.makeRequest("POST"))
Exemplo n.º 2
0
 def wrapper(self):
     check(self.request)
     return func(self)
Exemplo n.º 3
0
 def testNonHTTPRequestAllowed(self):
     check("not a request")