Home
last modified time | relevance | path

Searched refs:testcfg (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_zzdummy.py14 testcfg = { variable
50 zzdummy.idleConf.userCfg = testcfg
92 testcfg['extensions'].SetOption('ZzDummy', 'z-text', 'spam')
H A Dtest_config.py23 testcfg = {} variable
24 usermain = testcfg['main'] = config.IdleUserConfParser('')
25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('')
26 userkeys = testcfg['keys'] = config.IdleUserConfParser('')
27 userextn = testcfg['extensions'] = config.IdleUserConfParser('')
30 idleConf.userCfg = testcfg
773 testcfg[cfgtype].SetOption(section, 'name', 'value')
777 testcfg[cfgtype][section] # and from mock userCfg.
H A Dtest_codecontext.py15 testcfg = { variable
67 codecontext.idleConf.userCfg = testcfg
H A Dtest_colorizer.py16 testcfg = { variable
58 colorizer.idleConf.userCfg = testcfg
H A Dtest_configdialog.py19 testcfg = { variable
36 idleConf.userCfg = testcfg
/third_party/typescript/tests/ts_extra_tests/
H A Drun_ts_case.py22 from tool.testcfg import TestCase

Completed in 6 milliseconds