403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Python312/Lib/site-packages/test/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Python312/Lib/site-packages/test//test_email_to_sms_api.py
# coding: utf-8

"""
    ClickSend v3 API

     This is an official SDK for [ClickSend](https://clicksend.com)  Below you will find a current list of the available methods for clicksend.  *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..*   # noqa: E501

    OpenAPI spec version: 3.1
    Contact: support@clicksend.com
    Generated by: https://github.com/clicksend-api/clicksend-codegen.git
"""


from __future__ import absolute_import

import unittest

import clicksend_client
from clicksend_client.api.email_to_sms_api import EmailToSmsApi  # noqa: E501
from clicksend_client.rest import ApiException


class TestEmailToSmsApi(unittest.TestCase):
    """EmailToSmsApi unit test stubs"""

    def setUp(self):
        self.api = clicksend_client.api.email_to_sms_api.EmailToSmsApi()  # noqa: E501

    def tearDown(self):
        pass

    def test_sms_email_sms_get(self):
        """Test case for sms_email_sms_get

        Get list of email to sms allowed addresses  # noqa: E501
        """
        pass

    def test_sms_email_sms_post(self):
        """Test case for sms_email_sms_post

        Create email to sms allowed address  # noqa: E501
        """
        pass

    def test_sms_email_sms_stripped_string_delete(self):
        """Test case for sms_email_sms_stripped_string_delete

        Delete email to sms stripped string rule  # noqa: E501
        """
        pass

    def test_sms_email_sms_stripped_string_get(self):
        """Test case for sms_email_sms_stripped_string_get

        Get email to sms stripped string rule  # noqa: E501
        """
        pass

    def test_sms_email_sms_stripped_string_post(self):
        """Test case for sms_email_sms_stripped_string_post

        Create email to sms stripped string rule  # noqa: E501
        """
        pass

    def test_sms_email_sms_stripped_string_put(self):
        """Test case for sms_email_sms_stripped_string_put

        Update email to sms stripped string rule  # noqa: E501
        """
        pass

    def test_sms_email_sms_stripped_strings_get(self):
        """Test case for sms_email_sms_stripped_strings_get

        Get list of email to sms stripped string rules  # noqa: E501
        """
        pass


if __name__ == '__main__':
    unittest.main()

Youez - 2016 - github.com/yon3zu
LinuXploit