Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa4091f

Browse files
kenballusmjpieters
authored andcommitted
Update tests/test_url_parsing.py
Co-authored-by: Martijn Pieters <[email protected]>
1 parent 11ac8d1 commit fa4091f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_url_parsing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def test_no_path(self):
214214
assert u.query_string == ""
215215
assert u.fragment == ""
216216

217+
@pytest.mark.xfail
217218
def test_no_host(self):
218219
u = URL("//:80")
219220
assert u.scheme == ""

0 commit comments

Comments
 (0)