Searched refs:checkReqURI (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_wsgiref.py | 323 def checkReqURI(self,uri,query=1,**kw): member in UtilityTests 415 self.checkReqURI("http://127.0.0.1/") 416 self.checkReqURI("http://127.0.0.1/spam", SCRIPT_NAME="/spam") 417 self.checkReqURI("http://127.0.0.1/sp%E4m", SCRIPT_NAME="/sp\xe4m") 418 self.checkReqURI("http://127.0.0.1/spammity/spam", 420 self.checkReqURI("http://127.0.0.1/spammity/sp%E4m", 422 self.checkReqURI("http://127.0.0.1/spammity/spam;ham", 424 self.checkReqURI("http://127.0.0.1/spammity/spam;cookie=1234,5678", 426 self.checkReqURI("http://127.0.0.1/spammity/spam?say=ni", 428 self.checkReqURI("htt [all...] |
Completed in 2 milliseconds