mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
fix: test
This commit is contained in:
@@ -18,17 +18,6 @@ class TestTaxWithholdingCategory(unittest.TestCase):
|
||||
create_records()
|
||||
create_tax_with_holding_category()
|
||||
|
||||
def tearDown(self):
|
||||
frappe.db.sql('delete from `tabPurchase Invoice` where supplier = "Test TDS Supplier"')
|
||||
frappe.db.sql('delete from `tabPurchase Invoice` where supplier = "Test TDS Supplier1"')
|
||||
frappe.db.sql('delete from `tabPurchase Invoice` where supplier = "Test TDS Supplier2"')
|
||||
frappe.db.sql('delete from `tabPurchase Invoice` where supplier = "Test TDS Supplier ABC"')
|
||||
|
||||
frappe.db.sql('delete from `tabGL Entry` where party = "Test TDS Supplier"')
|
||||
frappe.db.sql('delete from `tabGL Entry` where party = "Test TDS Supplier1"')
|
||||
frappe.db.sql('delete from `tabGL Entry` where party = "Test TDS Supplier2"')
|
||||
frappe.db.sql('delete from `tabGL Entry` where party = "Test TDS Supplier ABC"')
|
||||
|
||||
def test_cumulative_threshold_tds(self):
|
||||
frappe.db.set_value("Supplier", "Test TDS Supplier", "tax_withholding_category", "Cumulative Threshold TDS")
|
||||
invoices = []
|
||||
|
||||
Reference in New Issue
Block a user