chore: Remove commented text

This commit is contained in:
Suraj Shetty 2021-08-20 23:35:55 +05:30
parent 6f72e79f1a
commit 9e4c8cc28e
2 changed files with 0 additions and 9 deletions

View file

@ -569,9 +569,3 @@ class TestFileUtils(unittest.TestCase):
from frappe.core.doctype.file.file import create_new_folder
folder = create_new_folder('test_folder', 'Home')
self.assertTrue(folder.is_folder)
# def get_files_by_search_text(text):
# def optimize_saved_image(doc_name):
# def download_file(file_url):
# def remove_file_by_url(file_url, doctype=None, name=None):
# def on_doctype_update():

View file

@ -374,9 +374,6 @@ class TestUser(unittest.TestCase):
[m.get("module_name") for m in get_modules_from_all_apps()])
def test_password_verification(self):
pass
def delete_contact(user):
frappe.db.sql("DELETE FROM `tabContact` WHERE `email_id`= %s", user)
frappe.db.sql("DELETE FROM `tabContact Email` WHERE `email_id`= %s", user)