Project

General

Profile

Cleanup #45822

Updated by Ernesto Puerta almost 4 years ago

Now the dashboard API tests generate a lot of log traces. trace. Ideally it should behave as a regular test-runner (e.g.: unit-test/pytest), that is, extremely silent when everything goes ok, and becoming more verbose if a failure happens (e.g.: printing traceback of the error and some logs).

Back