mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-25 17:55:15 -06:00
2110d38503
Fixes #961 Added new option to opa test command (-l) Verbose (-v) as precedence over (-l) Example run: opa test test.rego -l data.foo.test_a: FAIL (754ns) (test.rego:4) data.foo.test_b: FAIL (382ns) (test.rego:8) ------------------------------------------------------- FAIL: 2/2 Signed-off-by: repenno <rapenno@gmail.com>