Skip to content

fix hypothesis decimal strategy to fully filter out values that are not compatible with DYNAMODB_CONTEXT #25

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

Merged
merged 1 commit into from
Apr 28, 2018

Conversation

mattsb42-aws
Copy link
Member

fix hypothesis decimal strategy to fully filter out values that are not compatible with DYNAMODB_CONTEXT

This fixes an earlier misconception I had about when the decimal context is checked: it is checked when decimals are created (ex: .create_decimal()), not when they operated on (ex: division).

BLOCKED BY #21 and #22

NOTE

To ease parallelization of efforts, this PR is based on the DELETE-4 fork. Prior to looking over this PR, #21 and #22 should be merged to master and the base for this PR be changed to master.

@mattsb42-aws mattsb42-aws changed the base branch from DELETE-4 to master April 28, 2018 00:59
@mattsb42-aws mattsb42-aws merged commit 978ae55 into aws:master Apr 28, 2018
@mattsb42-aws mattsb42-aws deleted the hypothesis-ddb branch April 28, 2018 00:59
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.

2 participants