Revision 7606bc9d6b70744b1afcdf8b946af67fce5211ec authored by Anne van Kesteren on 09 March 2017, 10:59:34 UTC, committed by Anne van Kesteren on 14 May 2018, 08:31:24 UTC
Closes #5064.
1 parent fcb5082
Raw File
__init__.py
import pytest

# Enable pytest assert introspection for assertion helper
pytest.register_assert_rewrite('tests.support.asserts')
back to top