]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Aug 2016 23:41:39 +0000 (19:41 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Aug 2016 23:41:39 +0000 (19:41 -0400)
commit0f0ead5c9a031a4676269b465debbc723d757b27
tree43060b5d01c9c9211b828835a79eee50a6bdeda1
parent5c715b0897dc660ccc0303b59e904897aa07e0f2
Issue #27714: For IDLE's test_textview, backport 3.x subclass with mocks
instead of overriding methods with mocks in original class and module.
This makes the 2.7 test_textview nearly identical to the 3.5/.6 test.
Lib/idlelib/idle_test/test_textview.py