示例#1
0
 def test_get_bind_addr_default_value(self):
     expected = ('0.0.0.0', '123456')
     actual = wsgi.get_bind_addr(default_port="123456")
     self.assertEqual(expected, actual)
示例#2
0
 def get_href(self):
     return "http://%s:%s/v1/" % wsgi.get_bind_addr(self.conf, 9292)
示例#3
0
 def test_get_bind_addr_default_value(self):
     expected = ('0.0.0.0', '123456')
     actual = wsgi.get_bind_addr(default_port="123456")
     self.assertEqual(expected, actual)
示例#4
0
 def get_href(self):
     return "http://%s:%s/v1/" % wsgi.get_bind_addr(self.conf, 9292)