예제 #1
0
 def test_putURI_success(self):
     """ test putURI function success """
     url_table.putURI('www.baidu.com')
     self.assertTrue(url_table.queryURI('www.baidu.com'))
예제 #2
0
 def testUrlTable(self):
     """ test url_table module
     """
     url_table.putURI('www.baidu.com')
     self.assertTrue(url_table.queryURI('www.baidu.com'))