if ee in errors:
errors.remove(ee)
benign_errors.append(ee)
- v.check(f'{len(errors)} unexpected incomparable files', len(errors) == 0)
+ v.check(
+ f'{len(errors)} unexpected incomparable files: {errors}',
+ len(errors) == 0)
v.check(
f'({len(benign_errors)} of {len(expected_errors)} expected incomparable files)',
len(benign_errors) == len(expected_errors))