docs(assert): document assert_not_equals in the catalog#848
Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Background
A README/docs audit found
assert_not_equalsships and is tested but is absent from thedocs/assertions.mdcatalog, even though its twinassert_equalsis documented. Everything else checked out — all 48 CLI flags documented, user-facing env vars covered, install paths consistent, versions dynamic.💡 Changes
assert_not_equalsentry to the negative-assertions cluster indocs/assertions.md(standard signature, description, example, cross-ref toassert_equals).bashunit docacceptance snapshots — it now appears in the full listing and in thedoc equalsfiltered 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