This release brings a number of new features and improvements:
- New features:
- #247: Generated tests cover now functions with multiple SUT arguments
- #253: Generated tests cover now functions returning SUT values
- #259: Generated tests can be run in a separated process with a timeout
- Improvements:
- #245: Fix the analysis of function signature to explicitly not support SUTs inside
another type
- #251: Fix the display of the runnable scenario for value returned by a function
that could have raised an exception