diff --git a/conftest.py b/conftest.py index d622e6df1..197af6fd1 100644 --- a/conftest.py +++ b/conftest.py @@ -5,7 +5,7 @@ import sys import pytest # needed to get pretty assertion failures in unit tests: -pytest.register_assert_rewrite('borg') +pytest.register_assert_rewrite('borg.testsuite') # This is a hack to fix path problems because "borg" (the package) is in the source root. # When importing the conftest an "import borg" can incorrectly import the borg from the