/usr/lib/python2.6/site-packages/ndg/httpsclient/test
NameSizeModeActions
pki/-0755rm
scripts/-0755rm
README6430644editdlrm
test_https.py44850644editdlrm
test_https.pyc50780644editdlrm
test_urllib2.py18140644editdlrm
test_urllib2.pyc29660644editdlrm
test_utils.py20980644editdlrm
test_utils.pyc28680644editdlrm
__init__.py10770644editdlrm
__init__.pyc15420644editdlrm
Edit: /usr/lib/python2.6/site-packages/ndg/httpsclient/test/README (643B)
NDG HTTPS Client Unit tests directory ===================================== The unit tests expect to connect to a simple HTTPS server listening on port 4443. An OpenSSL script is provided for this purpose in scripts/. To run, $ ./scripts/openssl_https_server.sh Unit tests ---------- Run for example, $ python ./test_urllib2.py Troubleshooting --------------- * Run the openssl script from *this* directory. * Also ensure it is has execute bits set. e.g. $ chmod 755 ./scripts/openssl_https_server.sh * You may need to set the no_proxy environment variable if you have a HTTPS proxy in place: $ export no_proxy=localhost