-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add tests for new Tk widget options #120873
Labels
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
tests
Tests in the Lib/test dir
topic-tkinter
Comments
serhiy-storchaka
added
tests
Tests in the Lib/test dir
topic-tkinter
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
Jun 22, 2024
16 tasks
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jun 22, 2024
Also refactor the "state" option tests for other ttk widgets.
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
Also refactor the "state" option tests for other ttk widgets.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 22, 2024
…20874) Also refactor the "state" option tests for other ttk widgets. (cherry picked from commit 974a978) Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 22, 2024
…20874) Also refactor the "state" option tests for other ttk widgets. (cherry picked from commit 974a978) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jun 22, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
GH-120876) Also refactor the "state" option tests for other ttk widgets. (cherry picked from commit 974a978) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
GH-120875) Also refactor the "state" option tests for other ttk widgets. (cherry picked from commit 974a978) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 22, 2024
…-120877) (cherry picked from commit a046c84) Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 22, 2024
…-120877) (cherry picked from commit a046c84) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
…) (GH-120880) (cherry picked from commit a046c84) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Jun 22, 2024
…) (GH-120879) (cherry picked from commit a046c84) Co-authored-by: Serhiy Storchaka <[email protected]>
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
…20874) Also refactor the "state" option tests for other ttk widgets.
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…20874) Also refactor the "state" option tests for other ttk widgets.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…20874) Also refactor the "state" option tests for other ttk widgets.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.12
bugs and security fixes
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
tests
Tests in the Lib/test dir
topic-tkinter
"-state" was added for ttk::scale in Tk 8.6.9. More options will be added in Tk 8.7 and 9.0.
Linked PRs
The text was updated successfully, but these errors were encountered: