Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.

This commit is contained in:
Terry Jan Reedy 2013-03-16 02:51:18 -04:00
commit b73ac54835
5 changed files with 15 additions and 0 deletions

View file

@ -654,6 +654,9 @@ Library
Tests
-----
- Issue #10652: make tcl/tk tests run after __all__ test, patch by
Zachary Ware.
- Issue #11963: remove human verification from test_parser and test_subprocess.
- Issue #11732: add a new suppress_crash_popup() context manager to test.support