summaryrefslogtreecommitdiff
path: root/cherrypy/test/test.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2007-10-27 16:52:59 +0000
committerRobert Brewer <fumanchu@aminus.org>2007-10-27 16:52:59 +0000
commit85d1bba968b5469cfd172472fb298cc366b9da55 (patch)
tree7445e83b611e3b2d706b929bf0580bd8f6366b0e /cherrypy/test/test.py
parentacb4ef33842008cd34baa6b2c0e9a5ee68d6ff02 (diff)
downloadcherrypy-git-85d1bba968b5469cfd172472fb298cc366b9da55.tar.gz
No reason to exclude these tests.
Diffstat (limited to 'cherrypy/test/test.py')
-rw-r--r--cherrypy/test/test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cherrypy/test/test.py b/cherrypy/test/test.py
index fe6c545c..e20cdeed 100644
--- a/cherrypy/test/test.py
+++ b/cherrypy/test/test.py
@@ -363,6 +363,8 @@ def run():
'test_tools',
'test_encoding',
'test_etags',
+ 'test_httpauth',
+ 'test_httplib',
'test_objectmapping',
'test_misc_tools',
'test_static',
@@ -376,6 +378,7 @@ def run():
'test_xmlrpc',
'test_wsgiapps',
'test_wsgi_ns',
+ 'test_wsgi_vhost',
# Run refleak test as late as possible to
# catch refleaks from all exercised tests.