Added
- Display RNG seed in the CLI output to allow test reproducing. #267
- Allow specifying seed in CLI.
- Ability to pass custom kwargs to the
requests.get
call inloaders.from_uri
.
Changed
- Refactor case generation strategies: strategy is not used to generate empty value. #253
- Improved error message for invalid path parameter declaration. #255