memos-script/test/test_memo_service_upsert_memo_reaction_body.py
2024-04-30 10:31:09 +08:00

40 lines
1.1 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.memo_service_upsert_memo_reaction_body import MemoServiceUpsertMemoReactionBody # noqa: E501
from memos.rest import ApiException
class TestMemoServiceUpsertMemoReactionBody(unittest.TestCase):
"""MemoServiceUpsertMemoReactionBody unit test stubs"""
def setUp(self):
pass
def tearDown(self):
pass
def testMemoServiceUpsertMemoReactionBody(self):
"""Test MemoServiceUpsertMemoReactionBody"""
# FIXME: construct object with mandatory attributes with example values
# model = memos.models.memo_service_upsert_memo_reaction_body.MemoServiceUpsertMemoReactionBody() # noqa: E501
pass
if __name__ == '__main__':
unittest.main()