Пример #1
0
Файл: test.py Проект: icio/crul
 def test_trim(self):
     self.assertEqual(trim_fragment("https://hello/frag#top"), "https://hello/frag")
Пример #2
0
Файл: test.py Проект: icio/crul
 def test_multiple(self):
     self.assertEqual(trim_fragment("https://hello/frag#top#of#the#morning"), "https://hello/frag")
Пример #3
0
Файл: test.py Проект: icio/crul
 def test_fragless(self):
     self.assertEqual(trim_fragment("https://hello/world"), "https://hello/world")