comparison LICENSE.md @ 8157:56de50d57ff0

pytest: fix register_assert_rewrite call Since a while, the test suite shows following warning: kallithea/tests/__init__.py:29 /home/tdescham/repo/contrib/kallithea/kallithea-review/kallithea/tests/__init__.py:29: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: kallithea.tests pytest.register_assert_rewrite('kallithea.tests') The problem can be fixed by moving the register_assert_rewrite call from kallithea/tests/__init__.py to the root-level conftest.py, outside of the 'kallithea' module.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Tue, 04 Feb 2020 20:08:41 +0100
parents 006d68c4d7b9
children
comparison
equal deleted inserted replaced
8156:24db2cd42881 8157:56de50d57ff0