ATLAS Offline Software
Loading...
Searching...
No Matches
python.tests.PyTestsLib Namespace Reference

Classes

class  MyAlg
class  MyNameAud
class  MySvc
class  MyTool

Functions

 finalize (self)
 _info( "content of StoreGate..." ) self.sg.dump()

Variables

str __doc__
str __author__ = "Sebastien Binet <binet@cern.ch>"

Function Documentation

◆ finalize()

python.tests.PyTestsLib.finalize ( self)

_info( "content of StoreGate..." ) self.sg.dump()

Definition at line 50 of file PyTestsLib.py.

50 def finalize(self):
51 self.msg.info( "==> finalize..." )
52 return StatusCode.Success
53

Variable Documentation

◆ __author__

str python.tests.PyTestsLib.__author__ = "Sebastien Binet <binet@cern.ch>"
private

Definition at line 10 of file PyTestsLib.py.

◆ __doc__

str python.tests.PyTestsLib.__doc__
private
Initial value:
1= """Module containing a set of py-components to test various aspects
2of PyAthena.
3"""

Definition at line 7 of file PyTestsLib.py.