commit | efaad09c9a0358bccdab5f7d607ef8d326c51515 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 11 00:34:33 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Mar 11 00:34:33 2013 +0200 |
tree | 8f79d76279df4d36b83d0dc1a2f5fcf01dcbd273 | |
parent | 7ed6f7ead19c81d697e0364ac849bd042b7f1502 [diff] [blame] |
#11963: remove human verification from test_subprocess.
diff --git a/Misc/NEWS b/Misc/NEWS index 588a5c6..860c64e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -812,6 +812,8 @@ Tests ----- +- Issue #11963: remove human verification from test_parser and test_subprocess. + - 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