Skip to content

Commit

Permalink
修改单测
Browse files Browse the repository at this point in the history
  • Loading branch information
fangweimin committed Dec 29, 2023
1 parent f821fec commit 3666fe5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion appbuilder/tests/test_get_model_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,23 @@ def setUp(self):
"""
self.model = Models()

def get_model_list(self):
"""
get_model_list方法单测
Args:
None
Returns:
None
"""
response = appbuilder.get_model_list(apiTypefilter=["chat"])
self.assertIsNotNone(response)

def test_list(self):
"""
_list方法单测
list方法单测
Args:
None
Expand Down

0 comments on commit 3666fe5

Please sign in to comment.