awesome-python/website/tests
Vinta Chen f10337bb31
refactor(tests): modernize test_readme_parser to use pathlib.Path
Replace os.path.join + manual open() with Path(__file__).resolve().parents[2]
and Path.read_text() for locating and reading README.md.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-04-19 22:07:16 +08:00
..
test_build.py refactor(build): inline format_stars_short into its call site 2026-04-19 22:00:45 +08:00
test_fetch_github_stars.py fix: stricter GitHub owner/repo regexes and injection tests 2026-03-30 15:03:06 +08:00
test_readme_parser.py refactor(tests): modernize test_readme_parser to use pathlib.Path 2026-04-19 22:07:16 +08:00