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