-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
duplicateIssue/PR: RedundantIssue/PR: RedundantexpectedIssue: Works as designedIssue: Works as designedquestionIssue: A questionIssue: A question
Description
Setup:
python3 -m pip install --upgrade validators==0.22.0
Code to reproduce:
import validators
validators.url("http://127.0.0.1:80/")
validators.url("http://localhost:80/")
Expected outcome:
Both calls to return true.
Similar to the other issue, this commit c43826c seems to comment the tests for localhost
Metadata
Metadata
Assignees
Labels
duplicateIssue/PR: RedundantIssue/PR: RedundantexpectedIssue: Works as designedIssue: Works as designedquestionIssue: A questionIssue: A question