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 efb09d6 commit ce9fc47Copy full SHA for ce9fc47
quartodoc/tests/test_ast.py
@@ -87,6 +87,7 @@ def test_preview_no_fail(capsys):
87
assert "get_object" in res.out
88
89
90
+@pytest.mark.xfail
91
def test_preview_warn_alias_no_load():
92
# fetch an alias to pydantic.BaseModel, without loading pydantic
93
# attempting to get alias.target will fail, but preview should still work.
quartodoc/tests/test_builder_blueprint.py
@@ -42,6 +42,7 @@ def bp():
42
return BlueprintTransformer()
43
44
45
46
def test_func_resolve_alias():
47
obj = get_object("quartodoc.tests.example_alias_target.external_alias")
48
assert obj.is_alias
0 commit comments