test: verify that all patches exist in patches.txt (#31371)

* chore: delete orphaned patches

* test: orphan/missing entries in patches.txt


[skip ci]
This commit is contained in:
Ankush Menat
2022-06-16 22:15:06 +05:30
committed by GitHub
parent b4a93da9f3
commit 6f2086d770
6 changed files with 5 additions and 267 deletions

View File

@@ -45,3 +45,8 @@ class TestInit(unittest.TestCase):
from frappe.tests.test_translate import verify_translation_files
verify_translation_files("erpnext")
def test_patches(self):
from frappe.tests.test_patches import check_patch_files
check_patch_files("erpnext")