diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-03-13 20:47:41 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-03-13 20:47:41 (GMT) |
commit | 2e0f9f3dd953390472fa947dac0335629463f78b (patch) | |
tree | 34923e014a5d74ed45fbedec1bb8ac428c23697e /Misc | |
parent | b8d37359cd054bd80465bd5be01a119c609664ae (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -428,6 +428,7 @@ Steve Majewski Grzegorz Makarewicz Ken Manheimer Vladimir Marangozov +David Marek Doug Marien Alex Martelli Anthony Martin @@ -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. |