test: check translation files (#31006)
This commit is contained in:
parent
328b1b54d9
commit
3263ecf54c
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user