]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18365: Add mock Text class and test thereof versus tk.Text.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 13 Jul 2013 00:10:17 +0000 (20:10 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 13 Jul 2013 00:10:17 +0000 (20:10 -0400)
commit16c107046f18562955448849e7abc02af89b3fb2
treea33e8064309aac1e0bf27734ef784e40da848fad
parent4f0102f189374368c848df0904903629edc33956
Issue #18365: Add mock Text class and test thereof versus tk.Text.
Based on patches by Todd.Rovito and Phil Webster.
Lib/idlelib/idle_test/mock_tk.py
Lib/idlelib/idle_test/test_text.py [new file with mode: 0644]