chore: sync local changes, add Chinese docs and opencode config
This commit is contained in:
@@ -186,13 +186,12 @@ class TestUnifiedReviewPrompt:
|
||||
result = unified_review_prompt()
|
||||
text = _text(result[0])
|
||||
assert "HEAD~1" in text
|
||||
assert "standard tier" in text
|
||||
assert "Standard tier" in text
|
||||
|
||||
def test_custom_base_and_tier(self):
|
||||
result = unified_review_prompt(base="develop", tier="strict")
|
||||
def test_custom_base(self):
|
||||
result = unified_review_prompt(base="develop")
|
||||
text = _text(result[0])
|
||||
assert "base=develop" in text
|
||||
assert "strict tier" in text
|
||||
|
||||
def test_mentions_score_review(self):
|
||||
result = unified_review_prompt()
|
||||
|
||||
Reference in New Issue
Block a user