open-policy-agent / conftest

Write tests against structured configuration data using the Open Policy Agent Rego query language
https://conftest.dev
Other
2.82k stars 298 forks source link

Use OPA's improved test output #967

Open jalseth opened 1 week ago

jalseth commented 1 week ago

OPA v0.66 added a new feature that shows the value of each variable on an equality check in tests https://github.com/open-policy-agent/opa/releases/tag/v0.66.0.

It might be nice to add this to conftest as well.