Skip to content

Tests should be more readable - #200

Merged
kmolan merged 1 commit into
mainfrom
bugfix/refactor-tests-to-be-more-readable
Jul 27, 2026
Merged

Tests should be more readable#200
kmolan merged 1 commit into
mainfrom
bugfix/refactor-tests-to-be-more-readable

Conversation

@kmolan

@kmolan kmolan commented Jul 27, 2026

Copy link
Copy Markdown
Owner

What & why

  1. Each test name should be more descriptive so we get better failure diagnostics.
  2. Tests should use clear descriptive variable names for easier debugging.

Checklist

  • cargo test + cargo clippy --all-targets clean locally
  • New public APIs have a doc example
  • No unwrap/expect/panic on library paths (typed errors instead)

@kmolan
kmolan merged commit eaa86a3 into main Jul 27, 2026
16 checks passed
@kmolan
kmolan deleted the bugfix/refactor-tests-to-be-more-readable branch July 27, 2026 00:45
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.

1 participant