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

Add replay ability for commands #294

Merged
merged 10 commits into from Feb 4, 2019
Merged

Add replay ability for commands #294

merged 10 commits into from Feb 4, 2019

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented Jan 27, 2019

Replaying previously executed runs is a must have feature for property based testing frameworks.
Because of the specificities of commands, commands were not eligible to replay.

This commit adds the replay capabilities to commands by specifying an extra parameter when defining them (replayPath).

Related to #251

@coveralls
Copy link

coveralls commented Jan 27, 2019

Coverage Status

Coverage increased (+0.01%) to 97.493% when pulling 9c36b19 on feat/replay-cmds into 32f4974 on master.

Replaying previously executed runs is a must have feature for property based testing frameworks.
Because of the specificities of commands, commands were not eligible to replay.

This commit adds the replay capabilities to commands by specifying an extra parameter when defining them (replayPath).
Please note that commands arbitraries should not be shared accross multiple runs.

Related to #251
@dubzzz dubzzz merged commit a5df3cb into master Feb 4, 2019
@dubzzz dubzzz deleted the feat/replay-cmds branch February 4, 2019 23:53
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