Fixed asset test cases due to tax rule (#11247)

* Fixed asset testcases due to tax rule

* Delete tax rule record after running test cases

* Fixed test cases

* Fixed test cases

* Fixed subscription tests due to tax rule
This commit is contained in:
Nabin Hait
2017-10-19 12:14:37 +05:30
committed by GitHub
parent 5fa2adcca9
commit bb60a59b96
5 changed files with 9 additions and 3 deletions

View File

@@ -39,3 +39,4 @@ class TestShoppingCartSettings(unittest.TestCase):
frappe.db.sql("update `tabTax Rule` set use_for_shopping_cart = 1")
test_dependencies = ["Tax Rule"]