コード例 #1
0
ファイル: test.py プロジェクト: rienafairefr/nYNABapi
 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)