コード例 #1
0
ファイル: urlobject_test.py プロジェクト: vartagg/urlblocks
 def test_without_port_removes_port_number(self):
     url = URL('https://github.com:59/')
     assert url.without_port() == 'https://github.com/'