mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue *24750: Switch all scrollbars in IDLE to ttk versions.
Where needed, add minimal tests to cover changes.
This commit is contained in:
parent
96881cd621
commit
01e35754fb
17 changed files with 211 additions and 39 deletions
|
@ -7,13 +7,13 @@ information about calls.
|
|||
|
||||
The coverage is essentially 100%.
|
||||
'''
|
||||
from idlelib import textview as tv
|
||||
from test.support import requires
|
||||
requires('gui')
|
||||
|
||||
import unittest
|
||||
import os
|
||||
from tkinter import Tk
|
||||
from idlelib import textview as tv
|
||||
from idlelib.idle_test.mock_idle import Func
|
||||
from idlelib.idle_test.mock_tk import Mbox
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue