Example #1
0
 def test_sections(self):
     is_list(self.config.__sections__)
     for s in self.config.__sections__:
         is_(self.config[s],sectioncls)
Example #2
0
 def test(self):
     is_(gitconfig,config)