summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r--cherrypy/test/test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cherrypy/test/test.py b/cherrypy/test/test.py
index 7044567f..54225cbd 100644
--- a/cherrypy/test/test.py
+++ b/cherrypy/test/test.py
@@ -43,9 +43,7 @@ class TestHarness(object):
baseconf = {'server.socket_host': '127.0.0.1',
'server.socket_port': self.port,
'server.thread_pool': 10,
- 'log_to_screen': False,
- 'environment': "production",
- 'show_tracebacks': True,
+ 'environment': "test_suite",
}
baseconf.update(conf or {})