Ejemplo n.º 1
0
 def test_crc32(self):
     expected = 'CA975130'  # Output of cksfv
     self.assertEqual(utils.crc32(self.file), expected)
Ejemplo n.º 2
0
 def test_crc32(self):
     expected = 'CA975130'  # Output of cksfv
     assert utils.crc32(self.file) == expected
Ejemplo n.º 3
0
 def test_crc32(self):
     expected = 'CA975130'  # Output of cksfv
     self.assertEqual(utils.crc32(self.file), expected)
Ejemplo n.º 4
0
 def test_crc32(self):
     expected = 'CA975130'  # Output of cksfv
     assert utils.crc32(self.file) == expected