Exemplo n.º 1
0
Arquivo: test.py Projeto: icio/crul
 def test_trim(self):
     self.assertEqual(trim_fragment("https://hello/frag#top"), "https://hello/frag")
Exemplo n.º 2
0
Arquivo: test.py Projeto: icio/crul
 def test_multiple(self):
     self.assertEqual(trim_fragment("https://hello/frag#top#of#the#morning"), "https://hello/frag")
Exemplo n.º 3
0
Arquivo: test.py Projeto: icio/crul
 def test_fragless(self):
     self.assertEqual(trim_fragment("https://hello/world"), "https://hello/world")