The Gaudi Framework  master (b9786168)
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
11import pytest
12
13# make sure asserts in GaudiExeTest and SubprocessBaseTest are enhanced by pytest
14# (see https://docs.pytest.org/en/stable/how-to/writing_plugins.html#assertion-rewriting)
15pytest.register_assert_rewrite("GaudiTesting.GaudiExeTest")
16pytest.register_assert_rewrite("GaudiTesting.SubprocessBaseTest")
17
18# allow from GaudiTesting import GaudiExeTest
19from .GaudiExeTest import NO_ERROR_MESSAGES, GaudiExeTest # noqa: F401
20
21# allow from GaudiTesting import platformMatches
22from .utils import platform_matches # noqa: F401