Beispiel #1
0
 def setUp(self):
     self.store1 = challenges.Store(222.2, 33333.3, 3, True,
                                    ['item1', 'item2', 'item3'])
     self.store1.update_monthly(900000.0)
     self.store1.update_monthly(1.0)
     self.store1.update_monthly(3298.0)
     self.store1.update_monthly(3.0)
Beispiel #2
0
 def setUp(self):
     self.store1 = challenges.Store(222.2, 33333.3, 3, True,
                                    ['item1', 'item2', 'item3'])
 def setUp(self):
     self.store = challenges.Store(size=10, sales=[100,200,300,400], item_list=['Apples','Peaches','Bananas'])
Beispiel #4
0
 def setUp(self):
     self.store1 = challenges.Store(222.2, 33333.3, 3, True,
                                    ['item1', 'item2', 'item3'])
     self.store2 = challenges.Store(232323.3232, 32323.3, 5, False,
                                    ['choco', 'beer', 'crisps'])
Beispiel #5
0
 def setUp(self):
     self.store1 = challenges.Store(size=222.2,
                                    sales_month=33333.3,
                                    item_categories=3,
                                    off_license=True,
                                    item_list=['item1', 'item2', 'item3'])