Home | History | Annotate | Download | only in test

Lines Matching refs:add_section

125         cf.add_section("A")
126 cf.add_section("a")
197 cf.add_section("foo")
236 cf.add_section("Foo")
238 cf.add_section, "Foo")
395 cf.add_section('non-string')
426 cf.add_section(s)
469 cf.add_section('non-string')
522 self.assertRaises(ValueError, cf.add_section, "default")
526 self.assertRaises(ValueError, cf.add_section, "DEFAULT")
567 cp.add_section("section")