cds
cds copied to clipboard
feat(interpolate): add uuid support
- Description Support to create UUID in venom api tests
- Related issues close https://github.com/ovh/venom/issues/748
- About tests
- Mentions
@ovh/cds
CDS Report build-cds#20099.0 ✘
- Build
- Build and Package All ✘
- Build Debpacker ✘
- Build SMTPMock ✔
- Lint UI Translate ✔
- Test CLI ✔
- Test Engine ✘
- Test SDK ✘
- Test UI ✔
Closing the PR as the interpolate package cannot depends of the sdk one. This UUID generation should be handled directly in Venom sources.
@richardlt do you have a recommendation on how to introduce in venom sources?
@ivan-velasco we'll try to remove all cds deps from venom in the next major release (with ${{…}}
).
But, Perhaps it's possible to extend interpolate with append(interpolate.InterpolateHelperFuncs,...) directly into venom sources
@yesnault Forsure will give it a try.