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