summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Stewart <jstewart101@gmail.com>2014-03-20 07:40:32 +1100
committerJames Stewart <jstewart101@gmail.com>2014-03-20 07:40:32 +1100
commitc932d05f3366107e5a5c4959b36439430376c711 (patch)
tree98645c323730208ef91868fd0455ae566e7c762c
parent94799455372e105addb17f6aa65757be89ccd5e6 (diff)
downloadcherrypy-c932d05f3366107e5a5c4959b36439430376c711.tar.gz
added parameter with kwargs to test config
-rw-r--r--cherrypy/test/test_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/test_config.py b/cherrypy/test/test_config.py
index 48fd79f0..93c6f6a1 100644
--- a/cherrypy/test/test_config.py
+++ b/cherrypy/test/test_config.py
@@ -110,6 +110,7 @@ neg: -1234
filename: os.path.join(sys.prefix, "hello.py")
thing1: cherrypy.lib.httputil.response_codes[404]
thing2: __import__('cherrypy.tutorial', globals(), locals(), ['']).thing2
+thing3: unicode('test', errors='ignore')
complex: 3+2j
mul: 6*3
ones: "11"