From 91db2e3c467282ab355360c2b09f7cb376039ba4 Mon Sep 17 00:00:00 2001 From: better629 Date: Fri, 29 Mar 2024 14:34:13 +0800 Subject: [PATCH] update --- tests/data/andriod_assistant/.gitignore | 3 ++- tests/metagpt/ext/android_assistant/test_an.py | 3 --- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/data/andriod_assistant/.gitignore b/tests/data/andriod_assistant/.gitignore index dab149842..0230c3f46 100644 --- a/tests/data/andriod_assistant/.gitignore +++ b/tests/data/andriod_assistant/.gitignore @@ -1 +1,2 @@ -!*.png \ No newline at end of file +!*.png +unitest_Contacts \ No newline at end of file diff --git a/tests/metagpt/ext/android_assistant/test_an.py b/tests/metagpt/ext/android_assistant/test_an.py index a889cad96..d4f398337 100644 --- a/tests/metagpt/ext/android_assistant/test_an.py +++ b/tests/metagpt/ext/android_assistant/test_an.py @@ -61,14 +61,11 @@ if __name__ == "__main__": env=test_env_self_learn_android, ), test_manual_record.run( - # demo_name=DEMO_NAME, task_dir=TASK_PATH / "demos" / f"manual_record_{DEMO_NAME}", task_desc="Create a contact in Contacts App named zjy with a phone number +86 18831933368 ", env=test_env_manual_learn_android, ), test_manual_parse.run( - app_name="Contacts", - # demo_name=DEMO_NAME, task_dir=TASK_PATH / "demos" / f"manual_record_{DEMO_NAME}", # 修要修改 docs_dir=PARSE_RECORD_DOC_PATH, # 需要修改 env=test_env_manual_learn_android,