diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-10-03 23:23:14 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-10-03 23:23:14 (GMT) |
commit | 373d90b365bb49e399329753fb8e6eee5d3d3713 (patch) | |
tree | 60b718dc9d3ad1079a82389f7d7860684a14677c /Misc | |
parent | 5a9aa4f31ce54a0dee6549480c13e3a2c117933e (diff) | |
download | cpython-373d90b365bb49e399329753fb8e6eee5d3d3713.zip cpython-373d90b365bb49e399329753fb8e6eee5d3d3713.tar.gz cpython-373d90b365bb49e399329753fb8e6eee5d3d3713.tar.bz2 |
Convert test_imp over to unittest.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,6 +139,8 @@ Extension Modules Tests ----- +- Converted test_imp to use unittest. + - Fix bsddb test_basics.test06_Transactions to check the version number properly. |