Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions benchmate/benchmate/doctype/bm_app/test_bm_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
# 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
EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]



class IntegrationTestBMApp(IntegrationTestCase):
"""
Integration tests for BMApp.
Expand Down
2 changes: 0 additions & 2 deletions benchmate/benchmate/doctype/bm_bench/test_bm_bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
# 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
EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]



class IntegrationTestBMBench(IntegrationTestCase):
"""
Integration tests for BMBench.
Expand Down
2 changes: 0 additions & 2 deletions benchmate/benchmate/doctype/bm_settings/test_bm_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
# 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
EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]



class IntegrationTestBMSettings(IntegrationTestCase):
"""
Integration tests for BMSettings.
Expand Down
2 changes: 0 additions & 2 deletions benchmate/benchmate/doctype/bm_site/test_bm_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
# 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
EXTRA_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]
IGNORE_TEST_RECORD_DEPENDENCIES = [] # eg. ["User"]



class IntegrationTestBMSite(IntegrationTestCase):
"""
Integration tests for BMSite.
Expand Down
1 change: 0 additions & 1 deletion benchmate/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,3 @@
# default_log_clearing_doctypes = {
# "Logging DocType Name": 30 # days to retain logs
# }