Home | History | Annotate | Download | only in test

Lines Matching refs:config1

537     # config1 adds a little to the standard configuration.
538 config1 = """
602 config2 = config1.replace("sys.stdout", "sys.stbout")
605 config3 = config1.replace("formatter=form1", "formatter=misspelled_name")
635 config5 = config1.replace('class=StreamHandler', 'class=logging.StreamHandler')
757 def test_config1_ok(self, config=config1):
1130 # config1 adds a little to the standard configuration.
1131 config1 = {
1184 #As config1 but with a misspelt level on a handler
1212 #As config1 but with a misspelt level on a logger
1492 #As config1 but with a filter added
1526 #As config1 but using cfg:// references
1666 def test_config1_ok(self, config=config1):
1735 self.apply_config(self.config1)
1764 self.apply_config(self.config1)
1890 self.setup_via_listener(textwrap.dedent(ConfigFileTest.config1))