thousandeyes-sdk-python/endpoint_tests/test/test_test_ssl_version_id.py
2024-05-02 16:26:53 +01:00

34 lines
713 B
Python

# coding: utf-8
"""
Endpoint Tests API
Manage endpoint agent dynamic and scheduled tests using the Endpoint Tests API.
The version of the OpenAPI document: 7.0.0
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
import unittest
from endpoint_tests.models.test_ssl_version_id import TestSslVersionId
class TestTestSslVersionId(unittest.TestCase):
"""TestSslVersionId unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testTestSslVersionId(self):
"""Test TestSslVersionId"""
# inst = TestSslVersionId()
if __name__ == '__main__':
unittest.main()