Skip to content

test: add descriptive names to bare ok() in rsa.t#93

Merged
atoomic merged 1 commit into
cpan-authors:mainfrom
atoomic:koan.atoomic/test-rsa-ok-names
Mar 14, 2026
Merged

test: add descriptive names to bare ok() in rsa.t#93
atoomic merged 1 commit into
cpan-authors:mainfrom
atoomic:koan.atoomic/test-rsa-ok-names

Conversation

@Koan-Bot
Copy link
Copy Markdown
Contributor

What

Add descriptive test names to all 9 bare ok() calls in t/rsa.t.

Why

Bare ok() without names produces anonymous output like ok 12 on failure,
making it hard to identify what broke without cross-referencing line numbers.

How

Each ok(expr)ok(expr, "descriptive name"). No logic changes.

Testing

make test — 281 tests pass.

🤖 Generated with Claude Code

Every ok() call now has a test name, making failures easier to diagnose
and test output more readable. No behavioral changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Member

@timlegge timlegge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@atoomic atoomic marked this pull request as ready for review March 14, 2026 23:03
@atoomic atoomic merged commit 5d6f18c into cpan-authors:main Mar 14, 2026
28 checks passed
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.

3 participants