The Gaudi Framework
master (b9786168)
Loading...
Searching...
No Matches
__init__.py
Go to the documentation of this file.
1
11
import
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)
15
pytest.register_assert_rewrite(
"GaudiTesting.GaudiExeTest"
)
16
pytest.register_assert_rewrite(
"GaudiTesting.SubprocessBaseTest"
)
17
18
# allow from GaudiTesting import GaudiExeTest
19
from
.GaudiExeTest
import
NO_ERROR_MESSAGES, GaudiExeTest
# noqa: F401
20
21
# allow from GaudiTesting import platformMatches
22
from
.utils
import
platform_matches
# noqa: F401
GaudiPolicy
python
GaudiTesting
__init__.py
Generated on Tue Oct 28 2025 17:49:21 for The Gaudi Framework by
1.13.1