Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: improve test coverage of BTreeMap::Node #113

Merged
merged 3 commits into from
Aug 17, 2023
Merged

Conversation

ielashi
Copy link
Contributor

@ielashi ielashi commented Aug 15, 2023

Makes the proptest for nodes more rigorous by:

  • Generating internal nodes that include children, and not just leaf nodes.
  • Generating nodes with zero-sized keys and values

Enhancements to the documentation are also included.

Makes the proptest for nodes more rigorous by:

* Generating internal nodes that include children, and not just leaf nodes.
* Generate nodes with zero-sized keys and values

Enhancements to the documentation are also included.
@ielashi ielashi requested review from roman-kashitsyn and a team as code owners August 15, 2023 11:36
src/btreemap/node/v1.rs Show resolved Hide resolved
@ielashi ielashi merged commit 7b2f7a6 into main Aug 17, 2023
3 checks passed
@ielashi ielashi deleted the ielashi/v1_test_coverage branch August 17, 2023 09:19
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.

2 participants