| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
tests/test_linkcheck_additional.py and tests/test_linkcheck_edge_cases.py perform a sys.path.insert before importing linkcheck, which means the import must come after the path manipulation. Ruff flags this as E402 (module-level import not at top of file). Add '# noqa: E402' to silence the expected warning, matching the existing suppression in test_linkcheck.py. This makes 'ruff check .' pass cleanly and unblocks CI.
Seeds the GitHub Actions workflow that opens a PR server-side for this branch (sandbox cannot reach the GitHub API directly).
…ths; update article count
…, add 5 missing blog articles; add regression tests
| Back | FazBrowse Home | New Git URL |
Fixes sitemap.xml drift against the actual site: removes the stale blog/traction-hits-680-developers.html URL (page was renamed to revenue-hits-680-developers.html, which is already listed) and adds the 5 missing blog article URLs (click-to-mcp-three-distribution-channels, click-to-mcp-three-transport-modes, configdrift-scan-multi-environment-configs-one-command, deploydiff-cost-governance-before-you-deploy, saas-churn-predictor-launch). Adds tests/test_sitemap.py with 4 regression tests asserting the sitemap exactly covers every real page (no missing, no stale, no duplicate ).