diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 01:12:50 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-01-10 01:12:50 (GMT) |
commit | d0dfe9ad463f5d3a76af23df8bfd9c9d1915b328 (patch) | |
tree | 7f52b577fe45e54e934305b459a943fd93a6607f /Misc | |
parent | 0c270a8bb748f09b7de6f6ce21d405e0c83be329 (diff) | |
download | cpython-d0dfe9ad463f5d3a76af23df8bfd9c9d1915b328.zip cpython-d0dfe9ad463f5d3a76af23df8bfd9c9d1915b328.tar.gz cpython-d0dfe9ad463f5d3a76af23df8bfd9c9d1915b328.tar.bz2 |
#16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath now work with unittest test discovery. Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -408,6 +408,9 @@ Library Tests ----- +- Issue #16852: test_genericpath, test_posixpath, test_ntpath, and test_macpath + now work with unittest test discovery. Patch by Zachary Ware. + - Issue #16748: test_heapq now works with unittest test discovery. - Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize |