ATLAS Offline Software
Classes | Functions | Variables
python.TestCases Namespace Reference

Classes

class  DQCTestCase
 
class  DQUTestCase
 

Functions

def suite ()
 

Variables

string TESTING_DIR = '/afs/cern.ch/user/a/atlasdqm/dqmdisk1/testing_references'
 

Function Documentation

◆ suite()

def python.TestCases.suite ( )

Definition at line 73 of file DataQualityConfigurations/python/TestCases.py.

73 def suite():
74  suite = unittest.TestLoader().loadTestsFromTestCase(DQCTestCase)
75  return suite
76 

Variable Documentation

◆ TESTING_DIR

string python.TestCases.TESTING_DIR = '/afs/cern.ch/user/a/atlasdqm/dqmdisk1/testing_references'

Definition at line 10 of file DataQualityUtils/python/TestCases.py.

python.TestCases.suite
def suite()
Definition: DataQualityConfigurations/python/TestCases.py:73