Skip to content

Commit

Permalink
Merge pull request frappe#409 from shariquerik/fix-unit-test-issue
Browse files Browse the repository at this point in the history
test: fixed failing unit test
  • Loading branch information
shariquerik authored Oct 12, 2024
2 parents 590b92c + 0d46df8 commit 8391d48
Show file tree
Hide file tree
Showing 23 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_call_log/test_crm_call_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMCallLog(FrappeTestCase):
class TestCRMCallLog(UnitTestCase):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMCommunicationStatus(FrappeTestCase):
class TestCRMCommunicationStatus(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_deal/test_crm_deal.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMDeal(FrappeTestCase):
class TestCRMDeal(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_deal_status/test_crm_deal_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMDealStatus(FrappeTestCase):
class TestCRMDealStatus(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_fields_layout/test_crm_fields_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMFieldsLayout(FrappeTestCase):
class TestCRMFieldsLayout(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_form_script/test_crm_form_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMFormScript(FrappeTestCase):
class TestCRMFormScript(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_holiday_list/test_crm_holiday_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMHolidayList(FrappeTestCase):
class TestCRMHolidayList(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_industry/test_crm_industry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMIndustry(FrappeTestCase):
class TestCRMIndustry(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_invitation/test_crm_invitation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMInvitation(FrappeTestCase):
class TestCRMInvitation(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_lead/test_crm_lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMLead(FrappeTestCase):
class TestCRMLead(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_lead_source/test_crm_lead_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMLeadSource(FrappeTestCase):
class TestCRMLeadSource(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_lead_status/test_crm_lead_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMLeadStatus(FrappeTestCase):
class TestCRMLeadStatus(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_notification/test_crm_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMNotification(FrappeTestCase):
class TestCRMNotification(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_organization/test_crm_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMOrganization(FrappeTestCase):
class TestCRMOrganization(UnitTestCase):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMServiceLevelAgreement(FrappeTestCase):
class TestCRMServiceLevelAgreement(UnitTestCase):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMServiceLevelPriority(FrappeTestCase):
class TestCRMServiceLevelPriority(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_task/test_crm_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMTask(FrappeTestCase):
class TestCRMTask(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_territory/test_crm_territory.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMTerritory(FrappeTestCase):
class TestCRMTerritory(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/crm_view_settings/test_crm_view_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestCRMViewSettings(FrappeTestCase):
class TestCRMViewSettings(UnitTestCase):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestERPNextCRMSettings(FrappeTestCase):
class TestERPNextCRMSettings(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/fcrm_note/test_fcrm_note.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestFCRMNote(FrappeTestCase):
class TestFCRMNote(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/twilio_agents/test_twilio_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestTwilioAgents(FrappeTestCase):
class TestTwilioAgents(UnitTestCase):
pass
4 changes: 2 additions & 2 deletions crm/fcrm/doctype/twilio_settings/test_twilio_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See license.txt

# import frappe
from frappe.tests.utils import FrappeTestCase
from frappe.tests import UnitTestCase


class TestTwilioSettings(FrappeTestCase):
class TestTwilioSettings(UnitTestCase):
pass

0 comments on commit 8391d48

Please sign in to comment.