Пример #1
0
 def test_goodSVNEntries_8(self):
     """
     Version should be able to parse an SVN format 8 entries file.
     """
     version = Version("dummy", 1, 0, 0)
     self.assertEqual(
         version._parseSVNEntries_8(StringIO(VERSION_8_ENTRIES)), '22715')
Пример #2
0
 def test_goodSVNEntries_8(self):
     """
     Version should be able to parse an SVN format 8 entries file.
     """
     version = Version("dummy", 1, 0, 0)
     self.assertEqual(
         version._parseSVNEntries_8(StringIO(VERSION_8_ENTRIES)), '22715')