mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
chore: Drop Python2 support (#21704)
* chore: Drop Python2 support * test: Fix test redundancy by removing countries 3 countries seems ennough to test coa template feature
This commit is contained in:
@@ -47,9 +47,7 @@ class TestCompany(unittest.TestCase):
|
||||
frappe.delete_doc("Company", "COA from Existing Company")
|
||||
|
||||
def test_coa_based_on_country_template(self):
|
||||
countries = ["India", "Brazil", "United Arab Emirates", "Canada", "Germany", "France",
|
||||
"Guatemala", "Indonesia", "Italy", "Mexico", "Nicaragua", "Netherlands", "Singapore",
|
||||
"Brazil", "Argentina", "Hungary", "Taiwan"]
|
||||
countries = ["Canada", "Germany", "France"]
|
||||
|
||||
for country in countries:
|
||||
templates = get_charts_for_country(country)
|
||||
|
||||
Reference in New Issue
Block a user