Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
6 stars 12 forks source link

Eth tests logging #1184

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR improves logging in eth-tests 1) readable errors 2) overall test count

Type of change

cabrador commented 1 month ago

@HerbertJordan I removed the total number and brought back the post number within one test. I also added the test label to the logging so that we know which test from the file actually failed.

So the log looks like this:

Screenshot 2024-10-08 at 9 05 11

And the error message looks like this:

Screenshot 2024-10-08 at 9 07 05

Used test in screenshots

I guess this is the best iteration so far.