• terryjreedy's avatar
    bpo-30779: IDLE -- Factor ConfigChanges class from configdialog, put in config; test. (#2612) · 349abd9e
    terryjreedy yazdı
    * In config, put dump test code in a function; run it and unittest in 'if __name__ == '__main__'.
    * Add class config.ConfigChanges based on changes_class_v4.py on bpo issue.
    * Add class test_config.ChangesTest, partly based on configdialog_tests_v1.py on bpo issue.
    * Revise configdialog to use ConfigChanges, mostly as specified in tracker msg297804.
    * Revise test_configdialog to match configdialog changes.  All tests pass in both files.
    * Remove configdialog functions unused or moved to ConfigChanges.
    Cheryl Sabella contributed parts of the patch.
    349abd9e
Adı
Son kayıt (commit)
Son güncelleme
..
README.txt Loading commit data...
__init__.py Loading commit data...
htest.py Loading commit data...
mock_idle.py Loading commit data...
mock_tk.py Loading commit data...
test_autocomplete.py Loading commit data...
test_autoexpand.py Loading commit data...
test_calltips.py Loading commit data...
test_colorizer.py Loading commit data...
test_config.py Loading commit data...
test_config_key.py Loading commit data...
test_configdialog.py Loading commit data...
test_debugger.py Loading commit data...
test_delegator.py Loading commit data...
test_editmenu.py Loading commit data...
test_editor.py Loading commit data...
test_grep.py Loading commit data...
test_help.py Loading commit data...
test_help_about.py Loading commit data...
test_history.py Loading commit data...
test_hyperparser.py Loading commit data...
test_iomenu.py Loading commit data...
test_macosx.py Loading commit data...
test_paragraph.py Loading commit data...
test_parenmatch.py Loading commit data...
test_pathbrowser.py Loading commit data...
test_percolator.py Loading commit data...
test_query.py Loading commit data...
test_redirector.py Loading commit data...
test_replace.py Loading commit data...
test_rstrip.py Loading commit data...
test_scrolledlist.py Loading commit data...
test_search.py Loading commit data...
test_searchbase.py Loading commit data...
test_searchengine.py Loading commit data...
test_text.py Loading commit data...
test_textview.py Loading commit data...
test_tree.py Loading commit data...
test_undo.py Loading commit data...
test_warning.py Loading commit data...