# 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.state import State class TestState(unittest.TestCase): """State unit test stubs""" def setUp(self): pass def tearDown(self): pass def testState(self): """Test State""" # inst = State() if __name__ == '__main__': unittest.main()