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 993a6f0 commit 6b7cef3Copy full SHA for 6b7cef3
tests/test_readme_validation.py
@@ -44,6 +44,7 @@ def _extract_subsection(md: str, heading: str) -> Optional[str]:
44
45
def test_readme_exists(readme_text: str) -> None:
46
assert isinstance(readme_text, str) and len(readme_text) > 50, "README should exist and be non-trivial"
47
+ return
48
49
50
def test_top_badges_present(readme_text: str) -> None:
0 commit comments