Sfoglia il codice sorgente

Test get_host_from_link with invalid argument

pull/3011/head
Matheus Felipe 2 anni fa
parent
commit
a707c4b89d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: AA785C523274872F
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      scripts/tests/test_validate_links.py

+ 3
- 0
scripts/tests/test_validate_links.py Vedi File

@@ -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()

Caricamento…
Annulla
Salva