thousandeyes-sdk-python/alerts_api/test/test_severity.py
2023-12-11 09:29:15 +00:00

35 lines
651 B
Python

# coding: utf-8
"""
Alerts API
## Overview Manage all alerts, alert rules and alert suppression windows.
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
import datetime
from alerts_api.models.severity import Severity
class TestSeverity(unittest.TestCase):
"""Severity unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testSeverity(self):
"""Test Severity"""
# inst = Severity()
if __name__ == '__main__':
unittest.main()