summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_crypt.py
Commit message (Collapse)AuthorAgeFilesLines
* Many scripts, but small changes. Update the way the scripts obtain theRoger E. Masse1996-12-201-4/+3
| | | | | | | | | | | | | | | | 'verbose' flag ala GvR updated test harness architecture. Old way: verbose = 0 if __name__ == '__main__': verbose = 1 New way: from test_support import verbose Some other small readablility and functionality updates.
* Updated test_crypt test to jive with bwarsaw testing styleRoger E. Masse1996-12-161-1/+7
|
* new test script for cryptmodule.pyRoger E. Masse1996-12-091-0/+6