-
Notifications
You must be signed in to change notification settings - Fork 68
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
Initial implementation of more robust tests for LogicValue and LogicV… #21
Conversation
…alues. Still some issues to resolve - see comments in file.
Committing early so @mkorbel1 can review some of the outstanding issues (listed as TODOs at the top of the file). |
In general, note that there's three separate implementations for |
… are still causing failures and those have been left disabled.
…or Big and Filled.
… Coverage isn't complete but it's a good start. Next set of tests should be around the border between Big and Small.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good!
* Add LogicValue.ofBool helper This is useful for creating a logicvalue from a boolean without writing its simple implementation over and over. Also added tests to cover this new functionality. * LogicValue.fromBool, Logicvalues.fromBool - Rename LogicValue.ofBool() to .fromBool - Add LogicValues.ofBool() - Update tests
… are still causing failures and those have been left disabled.
…or Big and Filled.
…o linting passes.
…alues. Still some issues to resolve - see comments in file.
Description & Motivation
Related Issue(s)
Testing
Backwards-compatibility
Documentation