This website works better with JavaScript.
首頁
探索
說明
登入
TechnikNews
/
PublicAPIs
镜像来自
https://github.com/public-apis/public-apis
關註
1
收藏
2
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Test get_host_from_link with invalid argument
pull/3011/head
Matheus Felipe
2 年之前
父節點
ef8c4f04e5
當前提交
a707c4b89d
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
AA785C523274872F
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
scripts/tests/test_validate_links.py
+ 3
- 0
scripts/tests/test_validate_links.py
查看文件
@@ -65,3 +65,6 @@ class TestValidateLinks(unittest.TestCase):
self.assertNotIn('/', host)
self.assertNotIn('?', host)
self.assertNotIn('#', host)
with self.assertRaises(TypeError):
get_host_from_link()
Write
Preview
Loading…
取消
儲存