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 合併指標
 (30 天內沒有已合併 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()

貢獻者指南