def tearDown(self):
     Location.objects.all().delete()
     SupplyPoint.objects.all().delete()
     Product.objects.all().delete()
     ProductStock.objects.all().delete()
     StockTransaction.objects.all().delete()
     ProductReport.objects.all().delete()
     TestScript.tearDown(self)
 def tearDown(self):
     Location.objects.all().delete()
     SupplyPoint.objects.all().delete()
     Product.objects.all().delete()
     ProductStock.objects.all().delete()
     StockTransaction.objects.all().delete()
     ProductReport.objects.all().delete()
     TestScript.tearDown(self)
Beispiel #3
0
 def tearDown(self):
     TestScript.tearDown(self)
     self.mc_stock.delete()
     self.mg_stock.delete()
     self.lf_stock.delete()
Beispiel #4
0
 def tearDown(self):
     TestScript.tearDown(self)
     self.mc_stock.delete()
     self.mg_stock.delete()
     self.lf_stock.delete()
Beispiel #5
0
 def tearDown(self):
     ProductStock.objects.all().delete()
     TestScript.tearDown(self)
Beispiel #6
0
 def tearDown(self):
     ProductStock.objects.all().delete()
     TestScript.tearDown(self)