-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_count_status.py
39 lines (26 loc) · 927 Bytes
/
test_count_status.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# coding: utf-8
"""
EDUWS API
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
OpenAPI spec version: 1.3.1
Contact: info@er76.ru
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
from __future__ import absolute_import
import unittest
import swagger client
from swagger client.models.count_status import CountStatus # noqa: E501
from swagger client.rest import ApiException
class TestCountStatus(unittest.TestCase):
"""CountStatus unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testCountStatus(self):
"""Test CountStatus"""
# FIXME: construct object with mandatory attributes with example values
# model = swagger client.models.count_status.CountStatus() # noqa: E501
pass
if __name__ == '__main__':
unittest.main()