本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
TechnikNews
/
PublicAPIs
镜像来自
https://github.com/public-apis/public-apis
關注
1
收藏
2
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Test get_host_from_link with invalid argument
pull/3011/head
Matheus Felipe
2 年之前
父節點
ef8c4f04e5
當前提交
a707c4b89d
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 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…
取消
儲存