We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e078a0 commit 0f477c3Copy full SHA for 0f477c3
tests/test_core.py
@@ -25,7 +25,7 @@ def test_get_sphinx_doc_url():
25
get_sphinx_doc_url("slumber")
26
27
with pytest.raises(ValueError, match="objects.inv not found at url .*: HTTP Status 404"):
28
- get_sphinx_doc_url("isort")
+ get_sphinx_doc_url("autodoc_pydantic")
29
30
assert cache.clear(get_sphinx_doc_url)
31
assert not (cache.cache_dir / "get_sphinx_doc_url.json").is_file()
0 commit comments