Beispiel #1
0
 def execute(self):
     self.cost = _landbos.developmentCost(self.developmentFee)
Beispiel #2
0
 def execute(self):
     self.cost = _landbos.developmentCost(self.developmentFee)
Beispiel #3
0
    def test_development(self):

        cost = _landbos.developmentCost()
        self.assertAlmostEqual(5e6, cost, delta=0.5)