LearningCircuit/local-deep-research

tests: import-validation docstring cites brave default_params.time_period, which never gained an options list

開放

#5,676 建立於 2026年8月22日

 (1 則留言) (0 個反應) (0 位負責人)Python (776 個分叉)auto 404
documentationgood first issuepriority: lowtests

倉庫指標

星標
 (8,787 顆星)
PR 合併指標
 (平均合併 2天 11小時) (30 天內合併 263 個 PR)

描述

Follow-up to #5597 (fixes #5589).

The module docstring of tests/settings/test_import_settings_validation.py:6 cites the motivating example as:

a free-text search.engine.web.brave.default_params.time_period value from before the field gained an options list

But that key has not gained an options list. In the current defaults:

key ui_element options
search.engine.web.brave.default_params.time_period text null
search.engine.web.serpapi.default_params.time_period text null
search.engine.web.serper.default_params.time_period select day / week / month / year / null
search.engine.web.tavily.default_params.time_period select d / w / m / y

Impact: a maintainer tracing the regression to the cited key finds brave's time_period is still free-text, which undercuts the documented motivation and sends reproduction effort to the wrong setting.

Scope: docstring only. The tests themselves correctly exercise search.time_period and the validation logic is unaffected.

Suggested fix: point the example at a key that actually carries an options list — search.engine.web.serper.default_params.time_period or the tavily equivalent — or drop the engine qualifier so the example matches the changelog's generic default_params.time_period phrasing.

貢獻者指南