예제 #1
0
 def __init__(self, options={}):
     Common.__init__(self)
     self.__options = options
     self.stores = {}
 def __assert_parse_url(self, url, expect):
     comm = Common()
     target_func = testutils.get_priv_attr(comm, "__parse_url")
     self.assertEquals(target_func(url), expect)