ATLAS Offline Software
Loading...
Searching...
No Matches
python.TestCases Namespace Reference

Classes

class  DQCTestCase
class  DQUTestCase

Functions

 suite ()

Variables

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

Function Documentation

◆ suite()

python.TestCases.suite ( )

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

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

Variable Documentation

◆ TESTING_DIR

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

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