We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ac672 commit c3d25e1Copy full SHA for c3d25e1
test/test.py
@@ -18,6 +18,7 @@ async def test_local_urls_fail(url):
18
with pytest.raises(ValueError, match="failed validation"):
19
await safehttpx.get(url)
20
21
+
22
@pytest.mark.asyncio
23
@pytest.mark.parametrize(
24
"url",
0 commit comments