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

Improve IntMap test coverage #472

Open
treeowl opened this issue Jan 3, 2018 · 0 comments
Open

Improve IntMap test coverage #472

treeowl opened this issue Jan 3, 2018 · 0 comments

Comments

@treeowl
Copy link
Contributor

treeowl commented Jan 3, 2018

IntMap is a bit peculiar. Among other things, it has some special cases that aren't necessarily going to be hit by the QuickCheck properties. For example, when combining two maps, it's at least somewhat interesting if all the keys in one or both maps are positive or negative. We may not hit all those cases every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants