diff --git a/erpnext/tests/test_init.py b/erpnext/tests/test_init.py index 6fbfbf46899..4d5fced0838 100644 --- a/erpnext/tests/test_init.py +++ b/erpnext/tests/test_init.py @@ -40,3 +40,8 @@ class TestInit(unittest.TestCase): enc_name == expected_names[i], "{enc} is not same as {exp}".format(enc=enc_name, exp=expected_names[i]), ) + + def test_translation_files(self): + from frappe.tests.test_translate import verify_translation_files + + verify_translation_files("erpnext")