Skip to content

docs: replace hard-coded test counts with reproducible commands - #188

Open
Olasunkanmi975 wants to merge 2 commits into
Sub-Rosa-Issue:mainfrom
Olasunkanmi975:docs/update-stale-test-counts
Open

docs: replace hard-coded test counts with reproducible commands#188
Olasunkanmi975 wants to merge 2 commits into
Sub-Rosa-Issue:mainfrom
Olasunkanmi975:docs/update-stale-test-counts

Conversation

@Olasunkanmi975

Copy link
Copy Markdown

##Closes #177

Overview

This PR cleans up stale, hard-coded test count claims in contributor-facing documentation (README.md and docs/SCF_PLAN.md).

As the test suites have expanded, static claims (such as "14 contract tests", "13 tlock tests", and "7 SDK tests") quickly became outdated, understating project coverage and introducing maintenance friction whenever new test cases were added.

Changes Included

  • README.md:
    • Replaced hard-coded test counts with durable phrasing pointing directly to reproducible test execution commands (e.g., cargo test, pnpm test).
  • docs/SCF_PLAN.md:
    • Replaced live test metrics with dynamic command references.
    • Ensured historical milestone logs/evidence remain explicitly labeled as frozen historical context where exact numbers were intentional.

Scope & Plan

  • Update test count references in README.md
  • Update test count references in docs/SCF_PLAN.md
  • Verify execution commands run cleanly and produce exact live results

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

@Olasunkanmi975 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Olasunkanmi975

Copy link
Copy Markdown
Author

@karagozemin This PR is ready for review! 🚀

Summary of Changes:

  • README.md: Removed static test count claims (contract, tlock, and SDK tests) in favor of dynamic references pointing to execution commands (cargo test, pnpm test, etc.).
  • docs/SCF_PLAN.md: Replaced live metric claims with reproducible commands while preserving explicitly labeled historical milestone data.

All referenced commands have been verified locally.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: replace stale hard-coded test counts

1 participant