Skip to content

Commit 6b7cef3

Browse files
Fix UTG issues (iteration 2)
1 parent 993a6f0 commit 6b7cef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_readme_validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def _extract_subsection(md: str, heading: str) -> Optional[str]:
4444

4545
def test_readme_exists(readme_text: str) -> None:
4646
assert isinstance(readme_text, str) and len(readme_text) > 50, "README should exist and be non-trivial"
47+
return
4748

4849

4950
def test_top_badges_present(readme_text: str) -> None:

0 commit comments

Comments
 (0)