]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15392: Create a unittest framework for IDLE.
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 28 May 2013 01:32:03 +0000 (21:32 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 28 May 2013 01:32:03 +0000 (21:32 -0400)
commitdb4e5c53c9a68cbb19a8daca0c454360d1045c6f
tree3a4e7e2d0110a0cda51913b0ae031a4ceced47d8
parentecf085180906b72a0378f3ba87ba3923e213d879
Issue #15392: Create a unittest framework for IDLE.
Preliminary patch by Rajagopalasarma Jayakrishnan.
Lib/idlelib/CallTips.py
Lib/idlelib/PathBrowser.py
Lib/idlelib/idle_test/@README.txt [new file with mode: 0644]
Lib/idlelib/idle_test/__init__.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_calltips.py [new file with mode: 0644]
Lib/idlelib/idle_test/test_pathbrowser.py [new file with mode: 0644]
Lib/test/test_idle.py [new file with mode: 0644]
Misc/ACKS
Misc/NEWS