Skip to content
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

gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ #94070

Merged
merged 8 commits into from
Jun 22, 2022
Merged

gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ #94070

merged 8 commits into from
Jun 22, 2022

Commits on Jun 22, 2022

  1. gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/

    * Add Lib/test/test_ttk/__init__.py based on test_ttk_guionly.py.
    * Remove Lib/test/test_ttk_guionly.py.
    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    9844364 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f60bef View commit details
    Browse the repository at this point in the history
  3. Add Lib/test/test_tkinter/__init__.py

    Remove Lib/test/test_tk.py.
    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8ee5ffe View commit details
    Browse the repository at this point in the history
  4. Update imports

    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    67ea5c0 View commit details
    Browse the repository at this point in the history
  5. Update references

    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e3ff9d5 View commit details
    Browse the repository at this point in the history
  6. Add NEWS entry

    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    78fc0ca View commit details
    Browse the repository at this point in the history
  7. Add __main__ sub-modules

    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    bccf79d View commit details
    Browse the repository at this point in the history
  8. Add missing unittest import

    Fix spelling typo: involving (missing G)
    
    Remove useless "if __name__ == '__main__':" block from
    Lib/test/test_ttk/__init__.py: the package has a __main__.py sub-module.
    vstinner committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    941d382 View commit details
    Browse the repository at this point in the history