Skip to content

docs(assert): document assert_not_equals in the catalog#848

Merged
Chemaclass merged 1 commit into
mainfrom
docs/assert-not-equals
Jul 23, 2026
Merged

docs(assert): document assert_not_equals in the catalog#848
Chemaclass merged 1 commit into
mainfrom
docs/assert-not-equals

Conversation

@Chemaclass

Copy link
Copy Markdown
Member

🤔 Background

A README/docs audit found assert_not_equals ships and is tested but is absent from the docs/assertions.md catalog, even though its twin assert_equals is documented. Everything else checked out — all 48 CLI flags documented, user-facing env vars covered, install paths consistent, versions dynamic.

💡 Changes

  • Add the assert_not_equals entry to the negative-assertions cluster in docs/assertions.md (standard signature, description, example, cross-ref to assert_equals).
  • Regenerate the two bashunit doc acceptance snapshots — it now appears in the full listing and in the doc equals filtered output.

No code change; the assertion itself is unchanged. Full gate green: ./bashunit tests/ + --parallel --simple --strict (1384 passed), make sa, make lint, ./build.sh --verify.

https://claude.ai/code/session_01JSeB8UzLCpqst55hAK6dED

assert_not_equals ships and is tested but was missing from docs/assertions.md,
while its twin assert_equals is documented. Add it to the negative-assertions
cluster with the standard signature/description/example, and regenerate the
`bashunit doc` acceptance snapshots (it now appears in the full listing and in
the `doc equals` filtered output).

Claude-Session: https://claude.ai/code/session_01JSeB8UzLCpqst55hAK6dED
@Chemaclass Chemaclass added the documentation Improvements or additions to documentation label Jul 23, 2026
@Chemaclass Chemaclass self-assigned this Jul 23, 2026
@Chemaclass
Chemaclass merged commit 6c0d554 into main Jul 23, 2026
37 checks passed
@Chemaclass
Chemaclass deleted the docs/assert-not-equals branch July 23, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant