Esempio n. 1
0
 def execute(self):
     self.cost = _landbos.buildingCost(self.buildingSize)
Esempio n. 2
0
    def test_building(self):

        cost = _landbos.buildingCost(self.buildingSize)
        self.assertAlmostEqual(801125, cost, delta=0.5)
Esempio n. 3
0
 def execute(self):
     self.cost = _landbos.buildingCost(self.buildingSize)
Esempio n. 4
0
    def test_building2(self):

        buildingSize = 8000.0
        cost = _landbos.buildingCost(buildingSize)
        self.assertAlmostEqual(1176125, cost, delta=0.5)