Skip to content

Commit

Permalink
test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
savarin committed Aug 23, 2020
1 parent 41f3957 commit 207a569
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
TYPED_FILES = {
"src/urllib3/packages/ssl_match_hostname/__init__.py",
"src/urllib3/packages/ssl_match_hostname/_implementation.py",
"src/urllib3/packages/ssl_match_hostname/test.py",
}


Expand Down
4 changes: 4 additions & 0 deletions src/urllib3/packages/ssl_match_hostname/test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from ._implementation import match_hostname


match_hostname(None, "")

0 comments on commit 207a569

Please sign in to comment.