diff options
author | Robert Brewer <fumanchu@aminus.org> | 2006-09-10 03:47:10 +0000 |
---|---|---|
committer | Robert Brewer <fumanchu@aminus.org> | 2006-09-10 03:47:10 +0000 |
commit | b0dd93d83a56f6913784e3b69b0c49691259913f (patch) | |
tree | ec0e8d979d7666f1dc7e7a93b757112032f5bc9d /cherrypy/test/modpy.py | |
parent | abc9bad6fd0e3f478af2a99cecc0c0c3ba004503 (diff) | |
download | cherrypy-git-b0dd93d83a56f6913784e3b69b0c49691259913f.tar.gz |
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py --ssl" to test.
Diffstat (limited to 'cherrypy/test/modpy.py')
-rw-r--r-- | cherrypy/test/modpy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cherrypy/test/modpy.py b/cherrypy/test/modpy.py index 96d90706..38c8e311 100644 --- a/cherrypy/test/modpy.py +++ b/cherrypy/test/modpy.py @@ -132,6 +132,7 @@ class ModPythonTestHarness(test.TestHarness): from cherrypy.test import webtest webtest.WebCase.PORT = self.port webtest.WebCase.harness = self + webtest.WebCase.scheme = "http" print print "Running tests:", self.server |