Lines Matching refs:config1
1245 # config1 adds a little to the standard configuration.
1246 config1 = """
1310 config2 = config1.replace("sys.stdout", "sys.stbout")
1313 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
1343 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
1505 def test_config1_ok(self, config=config1):
2301 # config1 adds a little to the standard configuration.
2302 config1 = {
2382 # As config1 but with a misspelt level on a handler
2410 # As config1 but with a misspelt level on a logger
2723 # As config1 but with a filter added
2757 # As config1 but using cfg:// references
3032 def test_config1_ok(self, config=config1):
3101 self.apply_config(self.config1)
3130 self.apply_config(self.config1)
3340 self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
3362 to_send = textwrap.dedent(ConfigFileTest.config1)