commit | 0f0ead5c9a031a4676269b465debbc723d757b27 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Wed Aug 10 19:41:39 2016 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Wed Aug 10 19:41:39 2016 -0400 |
tree | 43060b5d01c9c9211b828835a79eee50a6bdeda1 | |
parent | 5c715b0897dc660ccc0303b59e904897aa07e0f2 [diff] |
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.