소스 검색

Test get_host_from_link with invalid argument

pull/3011/head
Matheus Felipe 2 년 전
부모
커밋
a707c4b89d
No known key found for this signature in database GPG 키 ID: AA785C523274872F
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +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()

불러오는 중...
취소
저장