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