You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

47 lines
956 B

# coding: utf-8
"""
Seaweedfs Master Server API
The Seaweedfs Master Server API allows you to store blobs # noqa: E501
The version of the OpenAPI document: 3.43.0
Generated by: https://openapi-generator.tech
"""
from __future__ import absolute_import
import unittest
import openapi_client
from openapi_client.api.default_api import DefaultApi # noqa: E501
from openapi_client.rest import ApiException
class TestDefaultApi(unittest.TestCase):
"""DefaultApi unit test stubs"""
def setUp(self):
self.api = openapi_client.api.default_api.DefaultApi() # noqa: E501
def tearDown(self):
pass
def test_dir_assign(self):
"""Test case for dir_assign
Assign a file key # noqa: E501
"""
pass
def test_dir_lookup(self):
"""Test case for dir_lookup
Lookup volume # noqa: E501
"""
pass
if __name__ == '__main__':
unittest.main()