Exemple #1
0
 def test_incomplete_report2(self):
     assign_products_to_location()
     a = """
         5551234 > soh mg 25.0 jd 25.0 ng 25.0
         5551234 < Dear {}, thank you for reporting the commodities you have in stock.
     """.format(self.user1.full_name)
     self.run_script(a)
     restore_location_products()
Exemple #2
0
 def test_incomplete_report2(self):
     assign_products_to_location()
     a = """
         5551234 > soh mg 25.0 jd 25.0 ng 25.0
         5551234 < Dear {}, thank you for reporting the commodities you have in stock.
     """.format(self.user1.full_name)
     self.run_script(a)
     restore_location_products()
 def test_incomplete_report(self):
     assign_products_to_location()
     a = """
         5551234 > soh mg 31.0
         5551234 < Dear stella, still missing jd ng.
         5551234 > soh jd 25.0
         5551234 < Dear stella, still missing ng.
         5551234 > soh ng 25.0
         5551234 < Dear stella, thank you for reporting the commodities you have in stock.
     """
     self.run_script(a)
     restore_location_products()