Skip to content

Commit

Permalink
Upgrading TLD data
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Sep 6, 2024
1 parent b7e0fdd commit b97bb23
Show file tree
Hide file tree
Showing 2 changed files with 11,400 additions and 10,743 deletions.
4 changes: 2 additions & 2 deletions test/tld_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@

HAS_VALID_TLD_TESTS = [
("http://facebook.com/whatever", True),
("lemonde.showtime", True),
("lemonde.showtime", False),
("https://test.idontexistlol", False),
("", False),
]

HAS_VALID_SUFFIX_TESTS = [
("http://www.google.co.uk", True),
("lemonde.showtime", True),
("lemonde.showtime", False),
("notatld.blablablou", False),
("", False),
]
Expand Down
Loading

0 comments on commit b97bb23

Please sign in to comment.