diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 09:06:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-12-01 09:06:45 (GMT) |
commit | 9cba9895028fcb24f242a3577d39f4d43198a0bc (patch) | |
tree | a1778692ebdee57b1bdb434609ed4d73bd185df0 /Misc | |
parent | 7a1104d292cccb563e5bba73d218de08a91d961a (diff) | |
download | cpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.zip cpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.tar.gz cpython-9cba9895028fcb24f242a3577d39f4d43198a0bc.tar.bz2 |
Issue #22838: All test_re tests now work with unittest test discovery.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -158,6 +158,8 @@ Library Tests ----- +- Issue #22838: All test_re tests now work with unittest test discovery. + - Issue #22173: Update lib2to3 tests to use unittest test discovery. - Issue #16000: Convert test_curses to use unittest. |