MCPcopy Create free account

hub / github.com/RasaHQ/rasa-demo / functions

Functions120 in github.com/RasaHQ/rasa-demo

Functiontest_action_submit_subscribe_newsletter_form_subscribed
( tracker: Tracker, dispatcher: CollectingDispatcher, domain: DomainDict, mailchimp_subscribed
tests/test_actions.py:182
Functiontest_action_submit_subscribe_newsletter_form_unsubscribed
( tracker: Tracker, dispatcher: CollectingDispatcher, domain: DomainDict, mailchimp_unsubscrib
tests/test_actions.py:154
Functiontest_action_tag_docs_search
( tracker: Tracker, dispatcher: CollectingDispatcher, domain: DomainDict, intent: Text, ex
tests/test_actions.py:63
Functiontest_action_tag_feedback
( tracker: Tracker, dispatcher: CollectingDispatcher, domain: DomainDict, feedback_value: Text
tests/test_actions.py:31
Functiontest_append_row
(gdrive: Tuple[GDriveService, Worksheet])
tests/api/test_gdrive_service.py:9
Functiontest_get_algolia_link
Test that the link returned is correctly formatted and goes to a valid webpage
tests/api/test_algolia.py:8
Functiontest_get_auth
()
tests/api/test_rasaxapi.py:12
Functiontest_get_community_events
Test that format of current events page is as expected and that parsing of a known events page finds the right events
tests/api/test_community_events.py:10
Functiontest_get_discourse_links
Test that the link returned is correctly formatted and goes to a valid webpage
tests/api/test_discourse.py:7
Functiontest_hash_email
(email: Text, hash: Text)
tests/api/test_mailchimp.py:22
Functiontest_is_valid_email
(email: Text, validity: bool)
tests/api/test_mailchimp.py:13
Functiontest_parse_community_events
(mocker: mocker)
tests/api/test_community_events.py:19
Functiontest_request_spreadsheet
(gdrive: Tuple[GDriveService, Worksheet])
tests/api/test_gdrive_service.py:32
Functiontest_subscribe_user_new
(mailchimp_client: "MailChimp", mailchimp_email: Text)
tests/api/test_mailchimp.py:27
Functiontest_subscribe_user_subscribed
( mailchimp_client: "MailChimp", mailchimp_subscribed_email: Text )
tests/api/test_mailchimp.py:34
Functiontest_subscribe_user_unsubscribed
( mailchimp_client: "MailChimp", mailchimp_unsubscribed_email: Text )
tests/api/test_mailchimp.py:43
Functiontest_tag_convo
( tracker: Tracker, rasa_x_convo: None, rasa_x_auth_header: Dict[Text, Text], rasa_x_conversat
tests/api/test_rasaxapi.py:19
Functiontracker
Load a tracker object
tests/conftest.py:49
Methodvalidate_business_email
( self, value: Text, dispatcher: CollectingDispatcher, tracker: Tracker,
actions/actions.py:122
Methodvalidate_email
( self, value: Text, dispatcher: CollectingDispatcher, tracker: Tracker,
actions/actions.py:62
← previous101–120 of 120, ranked by callers