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