2024-10-17 09:20:24 -04:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
2024-10-17 10:33:20 -04:00
|
|
|
# Contains settings that should apply to all runs of the Cthulhu
|
2024-10-17 09:20:24 -04:00
|
|
|
# test harness.
|
|
|
|
|
|
|
|
import cthulhu.debug
|
|
|
|
cthulhu.debug.debugLevel = cthulhu.debug.LEVEL_ALL
|
|
|
|
|
|
|
|
import cthulhu.settings
|
|
|
|
cthulhu.settings.enableRemoteLogging = True
|
|
|
|
cthulhu.settings.enableSpeech = True
|
|
|
|
cthulhu.settings.speechFactoryModules = []
|
|
|
|
cthulhu.settings.speechServerFactory = None
|
|
|
|
cthulhu.settings.asyncMode = False
|
|
|
|
cthulhu.settings.progressBarUpdateInterval = 0
|