agola-io / agola

Agola: CI/CD Redefined
https://agola.io
Apache License 2.0
1.46k stars 116 forks source link

testutil: Add NilError helper to log detailed test errors #466

Closed sgotti closed 5 months ago

sgotti commented 5 months ago

Add a NilError helper based on assert.NilError that will log detailed test errors when DETAILED_ERRORS env var is true.

Use this function in all tests.