40 lines
1.0 KiB
Python
40 lines
1.0 KiB
Python
# coding: utf-8
|
|
|
|
"""
|
|
api/v1/activity_service.proto
|
|
|
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
|
|
OpenAPI spec version: version not set
|
|
|
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
"""
|
|
|
|
from __future__ import absolute_import
|
|
|
|
import unittest
|
|
|
|
import memos
|
|
from memos.models.apiv1_workspace_memo_related_setting import Apiv1WorkspaceMemoRelatedSetting # noqa: E501
|
|
from memos.rest import ApiException
|
|
|
|
|
|
class TestApiv1WorkspaceMemoRelatedSetting(unittest.TestCase):
|
|
"""Apiv1WorkspaceMemoRelatedSetting unit test stubs"""
|
|
|
|
def setUp(self):
|
|
pass
|
|
|
|
def tearDown(self):
|
|
pass
|
|
|
|
def testApiv1WorkspaceMemoRelatedSetting(self):
|
|
"""Test Apiv1WorkspaceMemoRelatedSetting"""
|
|
# FIXME: construct object with mandatory attributes with example values
|
|
# model = memos.models.apiv1_workspace_memo_related_setting.Apiv1WorkspaceMemoRelatedSetting() # noqa: E501
|
|
pass
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|