cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
test_images_app_logic_body.py
Go to the documentation of this file.
1
# coding: utf-8
2
3
"""
4
cloudFPGA Resource Manager API
5
6
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
8
OpenAPI spec version: 0.8
9
10
Generated by: https://github.com/swagger-api/swagger-codegen.git
11
"""
12
13
from
__future__
import
absolute_import
14
15
import
unittest
16
17
import
swagger_client
18
from
swagger_client.models.images_app_logic_body
import
ImagesAppLogicBody
# noqa: E501
19
from
swagger_client.rest
import
ApiException
20
21
22
class
TestImagesAppLogicBody
(unittest.TestCase):
23
"""ImagesAppLogicBody unit test stubs"""
24
25
def
setUp
(self):
26
pass
27
28
def
tearDown
(self):
29
pass
30
31
def
testImagesAppLogicBody
(self):
32
"""Test ImagesAppLogicBody"""
33
# FIXME: construct object with mandatory attributes with example values
34
# model = swagger_client.models.images_app_logic_body.ImagesAppLogicBody() # noqa: E501
35
pass
36
37
38
if
__name__ ==
'__main__'
:
39
unittest.main()
cFSPlib.python_api_client.test.test_images_app_logic_body.TestImagesAppLogicBody
Definition:
test_images_app_logic_body.py:22
cFSPlib.python_api_client.test.test_images_app_logic_body.TestImagesAppLogicBody.testImagesAppLogicBody
def testImagesAppLogicBody(self)
Definition:
test_images_app_logic_body.py:31
cFSPlib.python_api_client.test.test_images_app_logic_body.TestImagesAppLogicBody.tearDown
def tearDown(self)
Definition:
test_images_app_logic_body.py:28
cFSPlib.python_api_client.test.test_images_app_logic_body.TestImagesAppLogicBody.setUp
def setUp(self)
Definition:
test_images_app_logic_body.py:25
repos_for_Dox
cFSP
cFSPlib
python_api_client
test
test_images_app_logic_body.py
Generated on Sat Jul 15 2023 05:03:01 for cloudFPGA (cF) API by
1.9.1