summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-13 21:02:16 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-13 21:02:16 (GMT)
commit4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c (patch)
tree7ae1c556fc42b85ef03619ada6314edcd05b8ef9 /Misc/NEWS
parent2e0f9f3dd953390472fa947dac0335629463f78b (diff)
downloadcpython-4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c.zip
cpython-4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c.tar.gz
cpython-4a6e8d669a1db5e7ef79a5bd7ce54b4929b23c0c.tar.bz2
Move test_gdbm to use unittest.
Closes issue #1960. Thanks Giampaolo Rodola.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7743e0b..764b68e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Library
Tests
-----
+- Issue 1960: Convert test_gdbm to unittest.
+
- GHOP 294: Convert test_contains, test_crypt, and test_select to unittest.
- GHOP 238: Convert test_tokenize to use doctest.