scrapinghub/arche

Allow to set parameteres like threshold

Open

#102 opened on Jun 5, 2019

 (5 comments) (0 reactions) (0 assignees)Python (17 forks)auto 404
Type: Featuregood first issue

Repository metrics

Stars
 (47 stars)
PR merge metrics
 (PR metrics pending)

Description

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()

Contributor guide