diff --git a/benchmate/benchmate/doctype/bm_app/test_bm_app.py b/benchmate/benchmate/doctype/bm_app/test_bm_app.py index 65aebf8..8bb2f7d 100644 --- a/benchmate/benchmate/doctype/bm_app/test_bm_app.py +++ b/benchmate/benchmate/doctype/bm_app/test_bm_app.py @@ -4,7 +4,6 @@ # import frappe from frappe.tests import IntegrationTestCase - # On IntegrationTestCase, the doctype test records and all # link-field test record dependencies are recursively loaded # Use these module variables to add/remove to/from that list @@ -12,7 +11,6 @@ IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - class IntegrationTestBMApp(IntegrationTestCase): """ Integration tests for BMApp. diff --git a/benchmate/benchmate/doctype/bm_bench/test_bm_bench.py b/benchmate/benchmate/doctype/bm_bench/test_bm_bench.py index 84f9b66..556ec08 100644 --- a/benchmate/benchmate/doctype/bm_bench/test_bm_bench.py +++ b/benchmate/benchmate/doctype/bm_bench/test_bm_bench.py @@ -4,7 +4,6 @@ # import frappe from frappe.tests import IntegrationTestCase - # On IntegrationTestCase, the doctype test records and all # link-field test record dependencies are recursively loaded # Use these module variables to add/remove to/from that list @@ -12,7 +11,6 @@ IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - class IntegrationTestBMBench(IntegrationTestCase): """ Integration tests for BMBench. diff --git a/benchmate/benchmate/doctype/bm_settings/test_bm_settings.py b/benchmate/benchmate/doctype/bm_settings/test_bm_settings.py index 9e131f6..97c54a8 100644 --- a/benchmate/benchmate/doctype/bm_settings/test_bm_settings.py +++ b/benchmate/benchmate/doctype/bm_settings/test_bm_settings.py @@ -4,7 +4,6 @@ # import frappe from frappe.tests import IntegrationTestCase - # On IntegrationTestCase, the doctype test records and all # link-field test record dependencies are recursively loaded # Use these module variables to add/remove to/from that list @@ -12,7 +11,6 @@ IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - class IntegrationTestBMSettings(IntegrationTestCase): """ Integration tests for BMSettings. diff --git a/benchmate/benchmate/doctype/bm_site/test_bm_site.py b/benchmate/benchmate/doctype/bm_site/test_bm_site.py index 479504f..3154384 100644 --- a/benchmate/benchmate/doctype/bm_site/test_bm_site.py +++ b/benchmate/benchmate/doctype/bm_site/test_bm_site.py @@ -4,7 +4,6 @@ # import frappe from frappe.tests import IntegrationTestCase - # On IntegrationTestCase, the doctype test records and all # link-field test record dependencies are recursively loaded # Use these module variables to add/remove to/from that list @@ -12,7 +11,6 @@ IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"] - class IntegrationTestBMSite(IntegrationTestCase): """ Integration tests for BMSite. diff --git a/benchmate/hooks.py b/benchmate/hooks.py index 71f8634..3b6307e 100644 --- a/benchmate/hooks.py +++ b/benchmate/hooks.py @@ -236,4 +236,3 @@ # default_log_clearing_doctypes = { # "Logging DocType Name": 30 # days to retain logs # } -