Example #1
0
 def test_simple_url(self):
     url = "http://google.com/"
     self.assertTrue(utils.goto_url(url), '/goto/aHR0cDovL2dvb2dsZS5jb20v')
Example #2
0
 def test_simple_url(self):
     url = "http://google.com/"
     self.assertTrue(utils.goto_url(url), '/goto/aHR0cDovL2dvb2dsZS5jb20v')
Example #3
0
 def test_cyrillic_url(self):
     url = u"http://яндекс.рф/"
     self.assertTrue(utils.goto_url(url), '/goto/aHR0cDovL9GP0L3QtNC10LrRgS7RgNGELw==')
Example #4
0
 def test_cyrillic_url(self):
     url = u"http://яндекс.рф/"
     self.assertTrue(utils.goto_url(url),
                     '/goto/aHR0cDovL9GP0L3QtNC10LrRgS7RgNGELw==')