#17789: test_random now works with unittest test discovery. Patch by Zachary Ware.

This commit is contained in:
Ezio Melotti 2013-04-19 05:45:27 +03:00
parent aaa5d1c582
commit 3e4a98bd1c
2 changed files with 15 additions and 27 deletions

View file

@ -120,6 +120,9 @@ Tests
- Issue #12820: add tests for the xml.dom.minicompat module.
Patch by John Chandler and Phil Connell.
- Issue #17789: test_random now works with unittest test discovery.
Patch by Zachary Ware.
- Issue #17779: test_osx_env now works with unittest test discovery.
Patch by Zachary Ware.