예제 #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")