Skip to content

JSON arbitraries and shrinker kill switch

Compare
Choose a tag to compare
@dubzzz dubzzz released this 01 Apr 01:02
· 5314 commits to main since this release

Main features:

  • noShrink can remove shrink from existing arbitraries
  • more arbitraries: jsonObject and unicodeJsonObject
  • support higher number of arbitraies in tuples and properties

Commits log:
70c2094 Add noShrink on Arbitrary base class
b42e538 Add test for async/await on runner
bd0e24f Add tests for AsyncProperty
7994610 Update README.md
aff9f84 Add jsonObject and unicodeJsonObject
78380b3 Update README.md
87b1cad Update README.md
600e023 Update README.md
0ef7ff7 Update README.md
a224ee5 Factorize json settings creation
418083c Factorize json settings creation
b2fc576 Generate specs for property and asyncProperty
c91e823 Generate asyncProperty variations
3455146 Generate property variations
426255c Generate tuple variations