Skip to content

Remove return statements from image comparison tests

The return statements cause the following warning:

PytestReturnNotNoneWarning: Expected None, but ... returned

, which will be an error in a future version of pytest. Did you mean to use `assert` instead of `return`?

Merge request reports

Loading