Skip to content

Commit 0cd5c6d

Browse files
committed
update tests
1 parent 1c5480b commit 0cd5c6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/shared/docs/test_structure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,6 @@ def test_readme_opening_uses_the_homepage_message_and_showcase() -> None:
10561056
readme = _visible_documentation_source(ROOT / "README.md")
10571057
readme_opening = readme.split("## Installation & Quick Start", maxsplit=1)[0]
10581058
shared_content = (
1059-
"**Turn Fortran into natural Python APIs.**",
1060-
"Build clean, importable native extensions from supported Fortran without\nwriting low-level binding code.",
10611059
"python3 -m prik points.f90 --out geometry",
10621060
"<!-- prik-doc-source: tests/fortran/building_shared_library/end_to_end/fixtures/native/home_points.f90 -->",
10631061
"import geometry.points as points",

0 commit comments

Comments
 (0)