test(agent): add docstring to empty-content boundary test
This commit is contained in:
@@ -303,4 +303,5 @@ class TestParseNormalization:
|
|||||||
assert self._parse(content) is None
|
assert self._parse(content) is None
|
||||||
|
|
||||||
def test_empty_content_still_rejected(self) -> None:
|
def test_empty_content_still_rejected(self) -> None:
|
||||||
|
"""空 content 照旧拒绝,归一化不改变该边界。"""
|
||||||
assert self._parse("") is None
|
assert self._parse("") is None
|
||||||
|
|||||||
Reference in New Issue
Block a user