summaryrefslogtreecommitdiffstats
path: root/Lib/test/ssltests.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "bpo-43989: Temporarily disable warnings in ssltests (GH-25780)" ↵Ethan Furman2021-05-011-1/+1
| | | | | | | (GH-25793) Reverts python/cpython#25780 Automerge-Triggered-By: GH:tiran
* bpo-43989: Temporarily disable warnings in ssltests (GH-25780)Christian Heimes2021-05-011-1/+1
| | | -Werror is currently broken.
* Make Lib/test/ssltests.py more useful and faster for OpenSSL testingChristian Heimes2016-09-221-6/+21
|
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
| | | | | | | requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
* normalize white spaceChristian Heimes2013-12-051-1/+1
|
* Add a script similar to xmltests.py to run all SSL-related unit testsChristian Heimes2013-12-051-0/+22