commit | 2fddfd85bd3d73af7ef26e152d60dc57cbce2a12 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Feb 23 05:45:37 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Feb 23 05:45:37 2013 +0200 |
tree | 5e889f9760d1cf791b755aad42ddde8223124ff4 | |
parent | 6a959a1213d4bb9cde122b0450984e4936273b65 [diff] [blame] |
#17249: convert a test in test_capi to use unittest and reap threads.
diff --git a/Misc/NEWS b/Misc/NEWS index 3a2543c..58bcf7a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -798,6 +798,8 @@ Tests ----- +- Issue #17249: convert a test in test_capi to use unittest and reap threads. + - We now run both test_email.py and test_email_renamed.py when running the test_email regression test. test_email_renamed contains some tests that test_email does not.