Lines Matching defs:config1
1103 # config1 adds a little to the standard configuration.
1104 config1 = """
1168 config2 = config1.replace("sys.stdout", "sys.stbout")
1171 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
1201 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
1341 def test_config1_ok(self, config=config1):
1982 # config1 adds a little to the standard configuration.
1983 config1 = {
2063 #As config1 but with a misspelt level on a handler
2091 #As config1 but with a misspelt level on a logger
2404 #As config1 but with a filter added
2438 #As config1 but using cfg:// references
2605 def test_config1_ok(self, config=config1):
2674 self.apply_config(self.config1)
2703 self.apply_config(self.config1)
2884 self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))
2906 to_send = textwrap.dedent(ConfigFileTest.config1)