scrapinghub/arche

Allow to set parameteres like threshold

Aberta

#102 aberto em 5 de jun. de 2019

 (5 comentários) (0 reação) (0 responsável)Python (17 forks)auto 404
Type: Featuregood first issue

Métricas do repositório

Stars
 (47 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador