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