The Gaudi Framework  v39r0 (5b8b5eda)
__init__.py
Go to the documentation of this file.
1 
12 from .BaseTest import SKIP_RETURN_CODE # noqa: F401
13 
14 # allow from GaudiTesting import GaudiExeTest
15 from .GaudiExeTest import GaudiExeTest # noqa: F401
16 
17 # allow from GaudiTesting import platformMatches
18 from .utils import platform_matches # noqa: F401