HomeSort by relevance Sort by last modified time
    Searched refs:checkAppURI (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 164 def checkAppURI(self,uri,**kw):
246 self.checkAppURI("http://127.0.0.1/")
247 self.checkAppURI("http://127.0.0.1/spam", SCRIPT_NAME="/spam")
248 self.checkAppURI("http://spam.example.com:2071/",
250 self.checkAppURI("http://spam.example.com/",
252 self.checkAppURI("http://127.0.0.1/",
254 self.checkAppURI("https://127.0.0.1/", HTTPS="on")
255 self.checkAppURI("http://127.0.0.1:8000/", SERVER_PORT="8000",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_wsgiref.py 164 def checkAppURI(self,uri,**kw):
246 self.checkAppURI("http://127.0.0.1/")
247 self.checkAppURI("http://127.0.0.1/spam", SCRIPT_NAME="/spam")
248 self.checkAppURI("http://spam.example.com:2071/",
250 self.checkAppURI("http://spam.example.com/",
252 self.checkAppURI("http://127.0.0.1/",
254 self.checkAppURI("https://127.0.0.1/", HTTPS="on")
255 self.checkAppURI("http://127.0.0.1:8000/", SERVER_PORT="8000",

Completed in 58 milliseconds