Searched refs:checkReqURI (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
D | test_wsgiref.py | 339 def checkReqURI(self,uri,query=1,**kw): member in UtilityTests 439 self.checkReqURI("http://127.0.0.1/") 440 self.checkReqURI("http://127.0.0.1/spam", SCRIPT_NAME="/spam") 441 self.checkReqURI("http://127.0.0.1/sp%E4m", SCRIPT_NAME="/sp\xe4m") 442 self.checkReqURI("http://127.0.0.1/spammity/spam", 444 self.checkReqURI("http://127.0.0.1/spammity/sp%E4m", 446 self.checkReqURI("http://127.0.0.1/spammity/spam;ham", 448 self.checkReqURI("http://127.0.0.1/spammity/spam;cookie=1234,5678", 450 self.checkReqURI("http://127.0.0.1/spammity/spam?say=ni", 452 self.checkReqURI("http://127.0.0.1/spammity/spam?s%E4y=ni", [all …]
|