[issue21696] Idle: test syntax of configuration files

2014-06-11 Thread Saimadhav Heblikar
Saimadhav Heblikar added the comment: Attaching a patch to test the default configuration files. config-keys.def will be added once the issues related to it[1] are resolved. In this patch, test that the configHandler module can successfully extract the values. For places where numeric values ar

[issue21696] Idle: test syntax of configuration files

2014-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: The format paragraph entry in main.def is being moved to extensions.def, so don't test for it in main.def. -- nosy: +jesstess ___ Python tracker __

[issue21696] Idle: test syntax of configuration files

2014-06-08 Thread Terry J. Reedy
New submission from Terry J. Reedy: Spinoff of #12274 and a dependency thereof: new test_configurations.py should statically test that configparser, called from idlelib.configHandler, can process all the configuration.def files without error. -- assignee: terry.reedy messages: 220053 n