restler-fuzzer/restler/end_to_end_tests
marina-p 1151fe1e84
Test more schema combinations by default to increase coverage (#576)
Test mode is modified as follows:
- instead of just testing the first schema, test all examples (if available), then
the request with all parameters from the specification, and then
the same request with optional parameters filtered out.
- 'max_combinations' is applied as usual: if there are 7 examples, and the schema has 10 value combinations, RESTler will test: 7 value combinations, 1 for each example; 10 value combinations for schema with all parameters; 3 value combinations for schema with required parameters

- Fixed the examples 'get_blocks' to return the constant rather than enum type definition.

Test changes:
- Modify quick start test baseline - now that more combinations are being explored in the 'Test' phase, coverage goes up to 6 / 6
2022-07-27 12:42:22 -07:00
..
test_quick_start.py Test more schema combinations by default to increase coverage (#576) 2022-07-27 12:42:22 -07:00