Skip to content

Commit bcfec32

Browse files
Fix UTG issues (iteration 3)
1 parent fc48793 commit bcfec32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_readme.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
"""
2-
README quality and consistency tests.
1+
"""README quality and consistency tests.
32
43
Testing library/framework: pytest
54
- These tests use only Python stdlib to avoid introducing new dependencies.
65
- They validate structure, key sections, badge/link syntax, and critical snippets
76
from the README to catch regressions in documentation that users depend on.
87
"""
8+
99
from __future__ import annotations
1010

1111
import re

0 commit comments

Comments
 (0)