Exemplo n.º 1
0
 def test_check_digit_2(self):
     self.assertEqual(gtin.calculate_check_digit("084663228621"), 0)
Exemplo n.º 2
0
 def test_check_digit_2(self):
     self.assertEqual(gtin.calculate_check_digit("084663228621"), 0)
Exemplo n.º 3
0
 def test_check_digit(self):
     self.assertEqual(gtin.calculate_check_digit("0846632485751"), 5)
Exemplo n.º 4
0
 def test_check_digit(self):
     self.assertEqual(gtin.calculate_check_digit("0846632485751"), 5)