aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

Update hypothesis unit tests to use @given #942

Open mmaeng opened 1 year ago

mmaeng commented 1 year ago

Hypothesis recommends using @given instead of the .example() for unit tests. We should rewrite to take advantage of them.