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

Better shrinker for commands #280

Merged
merged 1 commit into from Jan 3, 2019
Merged

Better shrinker for commands #280

merged 1 commit into from Jan 3, 2019

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jan 3, 2019

The impact of the change has been measured against
a connect four implementation relying on model-based
approach - https://github.com/dubzzz/connect-four-react.

It confirmed what was observed in other tests based
on fast-check model-based approach.

In general, we observed a reduction in:

  • the number of tests executed
  • the depth of the shrink tree

Fixes #279

The impact of the change has been measured against
a connect four implementation relying on model-based
approach - https://github.com/dubzzz/connect-four-react.

It confirmed what was observed in other tests based
on fast-check model-based approach.

In general, we observed a reduction in:
- the number of tests executed
- the depth of the shrink tree

Fixes #279
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.99% when pulling 7c472ac on feat/faster-commands into 37d1373 on master.

@dubzzz dubzzz merged commit 2bb14d6 into master Jan 3, 2019
@dubzzz dubzzz deleted the feat/faster-commands branch January 3, 2019 22: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.

None yet

2 participants