Пример #1
0
 def test_goodSVNEntries_4(self):
     """
     Version should be able to parse an SVN format 4 entries file.
     """
     version = Version("dummy", 1, 0, 0)
     self.assertEquals(
         version._parseSVNEntries_4(StringIO(VERSION_4_ENTRIES)), '18211')
Пример #2
0
 def test_goodSVNEntries_4(self):
     """
     Version should be able to parse an SVN format 4 entries file.
     """
     version = Version("dummy", 1, 0, 0)
     self.assertEquals(
         version._parseSVNEntries_4(StringIO(VERSION_4_ENTRIES)), '18211')