tests: when comparing lists/dicts, compare all at once

Description

When comparing lists/dicts in asserts, compare the whole data at once, not bit by bit.

This will give a cleaner view when things fail of what is actually different and not just a partial information

Merge request reports

Loading