chore: fix test cases
This commit is contained in:
		
							parent
							
								
									b96be67a1f
								
							
						
					
					
						commit
						618a9ee49b
					
				| @ -5,7 +5,7 @@ | ||||
| from unittest.mock import MagicMock, call | ||||
| 
 | ||||
| import frappe | ||||
| from frappe.tests.utils import FrappeTestCase | ||||
| from frappe.tests.utils import FrappeTestCase, change_settings | ||||
| from frappe.utils import add_days, add_to_date, now, nowdate, today | ||||
| 
 | ||||
| from erpnext.accounts.doctype.sales_invoice.test_sales_invoice import create_sales_invoice | ||||
| @ -200,6 +200,7 @@ class TestRepostItemValuation(FrappeTestCase, StockTestMixin): | ||||
| 
 | ||||
| 		riv.set_status("Skipped") | ||||
| 
 | ||||
| 	@change_settings("Stock Reposting Settings", {"item_based_reposting": 0}) | ||||
| 	def test_prevention_of_cancelled_transaction_riv(self): | ||||
| 		frappe.flags.dont_execute_stock_reposts = True | ||||
| 
 | ||||
| @ -377,6 +378,7 @@ class TestRepostItemValuation(FrappeTestCase, StockTestMixin): | ||||
| 		accounts_settings.acc_frozen_upto = "" | ||||
| 		accounts_settings.save() | ||||
| 
 | ||||
| 	@change_settings("Stock Reposting Settings", {"item_based_reposting": 0}) | ||||
| 	def test_create_repost_entry_for_cancelled_document(self): | ||||
| 		pr = make_purchase_receipt( | ||||
| 			company="_Test Company with perpetual inventory", | ||||
|  | ||||
| @ -1471,6 +1471,7 @@ class TestStockEntry(FrappeTestCase): | ||||
| 		self.assertEqual(se.items[0].item_name, item.item_name) | ||||
| 		self.assertEqual(se.items[0].stock_uom, item.stock_uom) | ||||
| 
 | ||||
| 	@change_settings("Stock Reposting Settings", {"item_based_reposting": 0}) | ||||
| 	def test_reposting_for_depedent_warehouse(self): | ||||
| 		from erpnext.stock.doctype.repost_item_valuation.repost_item_valuation import repost_sl_entries | ||||
| 		from erpnext.stock.doctype.warehouse.test_warehouse import create_warehouse | ||||
|  | ||||
| @ -674,6 +674,7 @@ class TestStockReconciliation(FrappeTestCase, StockTestMixin): | ||||
| 		self.assertEqual(flt(sl_entry.actual_qty), 1.0) | ||||
| 		self.assertEqual(flt(sl_entry.qty_after_transaction), 1.0) | ||||
| 
 | ||||
| 	@change_settings("Stock Reposting Settings", {"item_based_reposting": 0}) | ||||
| 	def test_backdated_stock_reco_entry(self): | ||||
| 		from erpnext.stock.doctype.stock_entry.test_stock_entry import make_stock_entry | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user