Пример #1
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)
Пример #2
0
 def test_hash(self):
     tr1 = Transaction()
     result = tr1._hash()
     self.assertIsInstance(result, int)