From feec8700ff2abd09815dba69caf6799d16ba97df Mon Sep 17 00:00:00 2001 From: sanderegg <35365065+sanderegg@users.noreply.github.com> Date: Tue, 16 May 2023 21:28:02 +0200 Subject: [PATCH] add a note --- services/director-v2/tests/helpers/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/services/director-v2/tests/helpers/__init__.py b/services/director-v2/tests/helpers/__init__.py index e8ae1dbafbaf..c81922d7d4a2 100644 --- a/services/director-v2/tests/helpers/__init__.py +++ b/services/director-v2/tests/helpers/__init__.py @@ -1,3 +1,4 @@ import pytest +# NOTE: this ensures that pytest rewrites the assertion so that comparison look nice in the console pytest.register_assert_rewrite("helpers.shared_comp_utils")