From 5b9bdfd74381a8584caa3bbaa9403f7ca5a6de56 Mon Sep 17 00:00:00 2001 From: better629 Date: Tue, 3 Oct 2023 21:26:28 +0800 Subject: [PATCH] update UT of summarize_conv action --- examples/st_game/tests/actions/test_summarize_conv.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/st_game/tests/actions/test_summarize_conv.py b/examples/st_game/tests/actions/test_summarize_conv.py index ad9c68aee..2bbd2bbb0 100644 --- a/examples/st_game/tests/actions/test_summarize_conv.py +++ b/examples/st_game/tests/actions/test_summarize_conv.py @@ -2,13 +2,7 @@ # -*- coding: utf-8 -*- # @Desc : unittest of actions/summarize_conv -import sys -import os -sys.path.append(os.path.abspath(os.path.dirname(__file__) + "./../../../")) - -from metagpt.logs import logger - -from st_game.actions.summarize_conv import SummarizeConv +from examples.st_game.actions.summarize_conv import SummarizeConv def test_summarize_conv():