summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-03-13 20:47:41 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-03-13 20:47:41 (GMT)
commit2e0f9f3dd953390472fa947dac0335629463f78b (patch)
tree34923e014a5d74ed45fbedec1bb8ac428c23697e /Misc
parentb8d37359cd054bd80465bd5be01a119c609664ae (diff)
downloadcpython-2e0f9f3dd953390472fa947dac0335629463f78b.zip
cpython-2e0f9f3dd953390472fa947dac0335629463f78b.tar.gz
cpython-2e0f9f3dd953390472fa947dac0335629463f78b.tar.bz2
Convert test_contains, test_crypt, and test_select to unittest.
Patch from GHOP 294 by David Marek.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 43bbb90..c2cad5c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -428,6 +428,7 @@ Steve Majewski
Grzegorz Makarewicz
Ken Manheimer
Vladimir Marangozov
+David Marek
Doug Marien
Alex Martelli
Anthony Martin
diff --git a/Misc/NEWS b/Misc/NEWS
index 539b785..7743e0b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,8 @@ Library
Tests
-----
+- GHOP 294: Convert test_contains, test_crypt, and test_select to unittest.
+
- GHOP 238: Convert test_tokenize to use doctest.
- GHOP 237: Rewrite test_thread using unittest.