Home | History | Annotate | Download | only in test

Lines Matching refs:newconfig

35     def newconfig(self, defaults=None):
44 cf = self.newconfig(defaults)
124 cf = self.newconfig()
159 cf = self.newconfig({"foo": "Bar"})
163 cf = self.newconfig({"Foo": "Bar"})
169 self.newconfig()
186 cf = self.newconfig()
235 cf = self.newconfig()
298 cf = self.newconfig()
303 cf = self.newconfig()
308 cf = self.newconfig()
312 cf = self.newconfig()
394 cf = self.newconfig()
423 cf = self.newconfig()
438 cf_from_file = self.newconfig()
468 cf = self.newconfig()
521 cf = self.newconfig()
525 cf = self.newconfig()
583 def newconfig(self, defaults=None):