murano/releasenotes/notes/enable-mocks-a156e7cc1b1d50...

9 lines
317 B
YAML

---
features:
- Enable mocks in MuranoPL tests cases.
- Added :command:`murano-test-tunner` command to run murano package tests.
- Introduced two YAQL *inject* functions to enable
mocks ``def inject(target, target_method, mock_object, mock_name)``
and ``def inject(target, target_method, yaql_expr)``.