Ejemplo n.º 1
0
 def test_parse_pushers(self):
     pushers = ProjectsParser.parse_list(self.dictionary, 'allow_push')
     self.assertTrue('magadan' in pushers)
     self.assertTrue('realsugar' in pushers)
Ejemplo n.º 2
0
 def test_parse_readers(self):
     readers = ProjectsParser.parse_list(self.dictionary, 'allow_read')
     self.assertTrue('realsugar' in readers)