Skip to content

Commit c07bbf2

Browse files
committed
Run heading tests for all rendered packages
1 parent b98dcb3 commit c07bbf2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_gdg_rendered.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ def test_stress_packages_have_reference(pkg_name: str):
18001800

18011801

18021802
@requires_bs4
1803-
@pytest.mark.parametrize("pkg_name", _RENDERED_PACKAGES[:20])
1803+
@pytest.mark.parametrize("pkg_name", _RENDERED_PACKAGES)
18041804
def test_no_broken_heading_attributes(pkg_name: str):
18051805
"""Heading attributes like { #anchor } should not render as plain text."""
18061806
ref = _ref_dir(pkg_name)

0 commit comments

Comments
 (0)