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

Introduce attributes to refine customizations #71

Merged
merged 61 commits into from
Dec 5, 2023

Conversation

piotrzajac
Copy link
Collaborator

@piotrzajac piotrzajac commented Oct 17, 2023

With this change it sould be possible to introduce customizations to narrow generated values like:
[PickFromRange(-12, 7)] - only values from specified range should be generated,
[PickFromValues(-1, 3, 6, 9)] - values should only be selected from those specified,
[Except(5, 7)] - values from outside the specified list should be generated.

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f723e17) 100.00% compared to head (e416417) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##            master       #71    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           26        37    +11     
  Lines          201       367   +166     
  Branches        17        48    +31     
==========================================
+ Hits           201       367   +166     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@piotrzajac piotrzajac marked this pull request as draft November 3, 2023 11:52
@piotrzajac piotrzajac self-assigned this Nov 3, 2023
README.md Outdated Show resolved Hide resolved
@piotrzajac piotrzajac merged commit 63a6f5c into master Dec 5, 2023
13 checks passed
@piotrzajac piotrzajac deleted the narrow-customisations branch December 5, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants