Searched refs:VERBOSITY (Results 1 – 3 of 3) sorted by relevance
108 VERBOSITY = object()109 runner = unittest2.TextTestRunner(STREAM, DESCRIPTIONS, VERBOSITY,113 expectedresult = (runner.stream, DESCRIPTIONS, VERBOSITY)
122 int VERBOSITY = 0; /* be No-verbose by default */ variable768 if ( VERBOSITY == FALSE ) in vlog_verbose()949 VERBOSITY = FALSE; in initArgs()968 VERBOSITY = TRUE; in initArgs()1200 return VERBOSITY; in getTestOption()1224 VERBOSITY = value; in setTestOption()
17 #define VERBOSITY 0 /* verbosity level */ macro