]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 30 May 2013 18:47:33 +0000 (14:47 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Thu, 30 May 2013 18:47:33 +0000 (14:47 -0400)
commitb8fd9cafbe1bffb4c6d405e5ab24faa64f850060
tree02d0a31616887d861f66b0b57ccf4e533b786f3f
parent8e60f6ebfb4e61971ea2abfc74f1dd0668a73144
Issue #15392: Create a unittest framework for IDLE, 2.7 version.
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