summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-10-03 23:23:14 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-10-03 23:23:14 (GMT)
commit373d90b365bb49e399329753fb8e6eee5d3d3713 (patch)
tree60b718dc9d3ad1079a82389f7d7860684a14677c /Misc
parent5a9aa4f31ce54a0dee6549480c13e3a2c117933e (diff)
downloadcpython-373d90b365bb49e399329753fb8e6eee5d3d3713.zip
cpython-373d90b365bb49e399329753fb8e6eee5d3d3713.tar.gz
cpython-373d90b365bb49e399329753fb8e6eee5d3d3713.tar.bz2
Convert test_imp over to unittest.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 180059b..0001f9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.