UDF Mock Python 0.3.0, released 2024-11-15
Code name: Simplified the standalone use.
Summary
The release fixes a bug and makes the use of the StandaloneMockContext
easier.
Bugs
- #55: Fixed bug when creating a
StandaloneMockContext
with empty input list
Features
- #56: Made
script_code_wrapper_function
parameter of theMockMetaData
optional.