summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ssl.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-09-14 12:54:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-09-14 12:54:08 (GMT)
commitde30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff (patch)
tree5bb5742cc46539aaad0df599cffd295465062cc6 /Lib/test/test_ssl.py
parent74f869eb94fdb663fbc066e75bb53eb91240dccd (diff)
downloadcpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.zip
cpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.tar.gz
cpython-de30f7042ff7ccafeb6bfb6f8c9e080acf2e1bff.tar.bz2
Some tests didn't get executed (because of the merge in r83728)
Diffstat (limited to 'Lib/test/test_ssl.py')
-rw-r--r--Lib/test/test_ssl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_ssl.py b/Lib/test/test_ssl.py
index 10fbcf9..d6f1fce 100644
--- a/Lib/test/test_ssl.py
+++ b/Lib/test/test_ssl.py
@@ -1285,7 +1285,7 @@ def test_main(verbose=False):
not os.path.exists(SVN_PYTHON_ORG_ROOT_CERT)):
raise test_support.TestFailed("Can't read certificate files!")
- tests = [BasicTests]
+ tests = [BasicTests, BasicSocketTests]
if test_support.is_resource_enabled('network'):
tests.append(NetworkedTests)