cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
Return to the generic documentation of cloudFPGA
test_image.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.image
import
Image
# noqa: E501
19
from
swagger_client.rest
import
ApiException
20
21
22
class
TestImage
(unittest.TestCase):
23
"""Image unit test stubs"""
24
25
def
setUp
(self):
26
pass
27
28
def
tearDown
(self):
29
pass
30
31
def
testImage
(self):
32
"""Test Image"""
33
# FIXME: construct object with mandatory attributes with example values
34
# model = swagger_client.models.image.Image() # noqa: E501
35
pass
36
37
38
if
__name__ ==
'__main__'
:
39
unittest.main()
cFSPlib.python_api_client.test.test_image.TestImage
Definition:
test_image.py:22
cFSPlib.python_api_client.test.test_image.TestImage.setUp
def setUp(self)
Definition:
test_image.py:25
cFSPlib.python_api_client.test.test_image.TestImage.testImage
def testImage(self)
Definition:
test_image.py:31
cFSPlib.python_api_client.test.test_image.TestImage.tearDown
def tearDown(self)
Definition:
test_image.py:28
repos_for_Dox
cFSP
cFSPlib
python_api_client
test
test_image.py
Generated on Sat Jul 15 2023 05:03:01 for cloudFPGA (cF) API by
1.9.1