summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
diff options
context:
space:
mode:
authorLakin Wecker <none@none>2008-10-30 23:35:26 +0000
committerLakin Wecker <none@none>2008-10-30 23:35:26 +0000
commit4aed166a27afd0582380e4186f9e362c65b67647 (patch)
tree2d3c1ec4dae1f0cf11d1415873489885ae5734c4 /cherrypy/test/test.py
parent7c38e25df629f38e25c6d2dc336c6281cb26436b (diff)
downloadcherrypy-git-4aed166a27afd0582380e4186f9e362c65b67647.tar.gz
#869 - added the ability for dynamic dispatching by the controller to better allow urls of the form: /users/123/addresses/3/city
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r--cherrypy/test/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/test.py b/cherrypy/test/test.py
index 6feb1785..658fecaa 100644
--- a/cherrypy/test/test.py
+++ b/cherrypy/test/test.py
@@ -382,6 +382,7 @@ def run():
'test_httplib',
'test_logging',
'test_objectmapping',
+ 'test_dynamicobjectmapping',
'test_misc_tools',
'test_static',
'test_tutorials',