This release updates the Python generator to enable Rune definitions to use Python keywords, soft keywords, and items whose names begin with "_" by munging these if / when found.
The release also:
introduces dynamic generation of unit tests from Rune definitions, and
includes implementation for two missing DSL operators (to-string and to-enum).
Additionally, Python native unit tests are invoked as part of the Codefresh build process.
This release updates the Python generator to enable Rune definitions to use Python keywords, soft keywords, and items whose names begin with "_" by munging these if / when found.
The release also:
Additionally, Python native unit tests are invoked as part of the Codefresh build process.
Included is a new version of the runtime (2.1.0).