Skip to content

docs: add contributor note on where tests live#25

Merged
rxdt merged 1 commit into
rxdt:mainfrom
boraiks:docs/test-fixture-note
Jul 18, 2026
Merged

docs: add contributor note on where tests live#25
rxdt merged 1 commit into
rxdt:mainfrom
boraiks:docs/test-fixture-note

Conversation

@boraiks

@boraiks boraiks commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds a short contributor-facing note to the Checks section of CONTRIBUTING.md,
pointing to where the harness tests live (harness/tests/, including the
Hypothesis property tests) and how to run just that suite while iterating.

Why

The Checks section documents harness preflight and harness gate, but nothing
tells a new contributor where the tests actually are or how to run only them.

Checks run

  • uv run pytest harness/tests — 196 passed
  • uv run harness gate — lint, pylint, complexipy, security and pytest all passed
    (the pyright phase failed locally only, due to a missing libatomic1 in my WSL2 environment)

Notes

Docs-only, no test implementation, per the acceptance criteria.

Closes #20

@rxdt
rxdt merged commit e272b56 into rxdt:main Jul 18, 2026
9 of 10 checks passed
@boraiks
boraiks deleted the docs/test-fixture-note branch July 19, 2026 18:12
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.

Add one test fixture note for contributors

2 participants