]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 22 Jun 2018 02:49:06 +0000 (19:49 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 02:49:06 +0000 (19:49 -0700)
commita0622f1071164bc67a307cfec1173c295901c4b9
tree508695269149b7d511582091ec89f657706394b9
parentb225cb770fb17596298f5a05c41a7c90c470c4f8
bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852)

Increases coverage by 44%.
(cherry picked from commit bcd3a1a18d841338f57c39f6a7de8cf14d0c3e03)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/idle_test/test_stackviewer.py
Lib/idlelib/stackviewer.py
Misc/NEWS.d/next/IDLE/2018-06-21-20-35-33.bpo-33905.W2mhiY.rst [new file with mode: 0644]