Beispiel #1
0
 def test_cost(self):
     xor = XOR(self.bank, self.main, 8)
     self.assertEqual(xor.get_cost(), 0)