The Gaudi Framework  master (1304469f)
Loading...
Searching...
No Matches
preprocessors.py File Reference

Go to the source code of this file.

Classes

class  GaudiTesting.preprocessors.FilePreprocessor
 
class  GaudiTesting.preprocessors.FilePreprocessorSequence
 
class  GaudiTesting.preprocessors.LineSkipper
 
class  GaudiTesting.preprocessors.BlockSkipper
 
class  GaudiTesting.preprocessors.RegexpReplacer
 
class  GaudiTesting.preprocessors.LineSorter
 
class  GaudiTesting.preprocessors.SortGroupOfLines
 

Namespaces

namespace  GaudiTesting
 
namespace  GaudiTesting.preprocessors
 

Variables

 GaudiTesting.preprocessors.maskPointers = RegexpReplacer("0x[0-9a-fA-F]{4,16}", "0x########")
 
 GaudiTesting.preprocessors.normalizeDate
 
 GaudiTesting.preprocessors.normalizeEOL = FilePreprocessor()
 
 GaudiTesting.preprocessors.__processLine__
 
 GaudiTesting.preprocessors.skipEmptyLines = FilePreprocessor()
 
 GaudiTesting.preprocessors.normalizeTestSuite = maskPointers + normalizeDate
 
 GaudiTesting.preprocessors.lineSkipper