Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) | Tal Einat | 2019-09-03 | 1 | -44/+59 |
| | | | | Extending the hover delay in test_tooltip should avoid spurious test_idle failures. One longer delay instead of two shorter delays results in a net speedup. | ||||
* | bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests ↵ | Tal Einat | 2018-08-05 | 1 | -0/+146 |
(GH-7683) * make CallTip and ToolTip sub-classes of a common abstract base class * remove ListboxToolTip (unused and ugly) * greatly increase test coverage * tested on Windows, Linux and macOS |