Revision dfc6293bd278f46fb6963950157a4f19b281dca4 authored by Ms2ger on 14 March 2018, 16:45:25 UTC, committed by Ms2ger on 14 March 2018, 16:45:25 UTC
1 parent e3d85ce
Raw File
__init__.py
import pytest

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