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 4a130a3 commit dc7529eCopy full SHA for dc7529e
quartodoc/tests/test_validation.py
@@ -51,7 +51,6 @@ def test_missing_title():
51
del sections[0]['title']
52
with pytest.raises(ValueError) as e:
53
Builder(sections=sections, package='quartodoc')
54
-
55
assert '- Missing field `title` for element 0 in the list for `sections`' in str(e.value)
56
57
@@ -60,7 +59,6 @@ def test_missing_desc():
60
59
del sections[2]['desc']
61
62
63
64
assert '- Missing field `desc` for element 2 in the list for `sections`' in str(e.value)
65
66
def test_missing_name_contents_1():
0 commit comments