Skip to content

fix(assert): reject empty bool assertions#640

Merged
Chemaclass merged 1 commit intomainfrom
fix/empty-bool-assertions
Apr 25, 2026
Merged

fix(assert): reject empty bool assertions#640
Chemaclass merged 1 commit intomainfrom
fix/empty-bool-assertions

Conversation

@Chemaclass
Copy link
Copy Markdown
Member

@Chemaclass Chemaclass commented Apr 25, 2026

Summary

  • Treat empty strings as assertion failures in assert_true and assert_false
  • Add unit coverage for empty boolean assertion inputs

Closes #638

@Chemaclass Chemaclass self-assigned this Apr 25, 2026
@Chemaclass Chemaclass added the enhancement New feature or request label Apr 25, 2026
@Chemaclass Chemaclass merged commit aa446a0 into main Apr 25, 2026
30 checks passed
@Chemaclass Chemaclass deleted the fix/empty-bool-assertions branch April 25, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

assert_true/assert_false with empty valuegives misleading assertion error

1 participant