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

Initial implementation of more robust tests for LogicValue and LogicV… #21

Merged
merged 21 commits into from
Dec 29, 2021

Conversation

kimmeljo
Copy link
Contributor

…alues. Still some issues to resolve - see comments in file.

Description & Motivation

Related Issue(s)

Testing

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

…alues. Still some issues to resolve - see comments in file.
@kimmeljo
Copy link
Contributor Author

Committing early so @mkorbel1 can review some of the outstanding issues (listed as TODOs at the top of the file).

test/logic_values_test.dart Outdated Show resolved Hide resolved
test/logic_values_test.dart Outdated Show resolved Hide resolved
test/logic_values_test.dart Show resolved Hide resolved
@mkorbel1
Copy link
Contributor

In general, note that there's three separate implementations for LogicValues: _SmallLogicValues, _BigLogicValues, FilledLogicValues. These tests mostly cover the _SmallLogicValues I think, but it is possible for bugs to exclusively exist in just one of the three implementations.

@mkorbel1 mkorbel1 linked an issue Sep 27, 2021 that may be closed by this pull request
… are still causing failures and those have been left disabled.
… Coverage isn't complete but it's a good start. Next set of tests should be around the border between Big and Small.
Copy link
Contributor

@mkorbel1 mkorbel1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looking good!

lib/src/values/logic_values.dart Outdated Show resolved Hide resolved
test/logic_values_test.dart Outdated Show resolved Hide resolved
@mkorbel1 mkorbel1 merged commit 99a3070 into intel:main Dec 29, 2021
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.

Create an extensive test suite for LogicValue and LogicValues.
3 participants