test: check translation files (#31006)

This commit is contained in:
Ankush Menat 2022-05-13 16:38:04 +05:30 committed by GitHub
parent 328b1b54d9
commit 3263ecf54c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")