kubewarden / policy-sdk-go

Kubewarden Policy SDK for the Go programming language
https://kubewarden.io
Apache License 2.0
8 stars 7 forks source link

fix!: Update testing helpers #27

Closed flavio closed 2 years ago

flavio commented 2 years ago

The testing package used to contain some helper methods and types that could be used inside of policy unit tests.

The module defined objects that are now defined inside of the protocol package thanks to us leveraging easyjson.

The testing code has been updated to:

This is a breaking API change that is going to break old policies unit tests.