We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf8a1a commit 62bfebcCopy full SHA for 62bfebc
tests/test_llm.py
@@ -14,8 +14,8 @@ def test_ai_diffs_summary(self):
14
with open(file_path, "r") as f:
15
git_diff_json = json.loads(f.read())
16
summary_report = ai_diffs_summary(git_diff_json)
17
- self.assertIn("AI 摘要(实验)", summary_report)
18
- self.assertIn("AI 模型", summary_report)
+ self.assertIn("AI Summary(experiment)", summary_report)
+ self.assertIn("Powered by", summary_report)
19
print(summary_report)
20
21
0 commit comments