pelias / fuzzy-tester

A fuzzy testing library for geocoding
https://pelias.io
4 stars 6 forks source link

Display improvements in quiet mode #185

Closed orangejulius closed 4 years ago

orangejulius commented 4 years ago

This fixes a long-standing bug from all the way back in https://github.com/pelias/fuzzy-tester/pull/96 where improvements are not shown in quiet mode, but the title of test suites where there was an improvement is shown.

The idea of quiet mode is to only show notable output, rather than all output, so showing improvements fits with that goal.

Before

Screenshot_2020-04-24_10-02-59

After

Screenshot_2020-04-24_10-03-11