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