scrapinghub/arche

Allow to set parameteres like threshold

开放

#102 创建于 2019年6月5日

 (5 条评论) (0 个反应) (0 位负责人)Python (17 个派生)auto 404
Type: Featuregood first issue

仓库指标

星标
 (47 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

A reloadable config or passing arguments is needed, so anybody can set report_all() at once: E.g. we have threshold for coverage diff, which defaults to 0.2, so the config might look like:

config = Config()
config.threshold = 0.1
Arche(source, target, config).report_all()

贡献者指南