matplotlib/pytest-mpl

Make options more consistent

Open

#61 aberto em 11 de out. de 2017

Ver no GitHub
 (7 comments) (0 reactions) (0 assignees)Python (51 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (269 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Some options are available only through the decorator (e.g. the style), while some are accessible as command-line options and one (the results dir) is also an ini option. We should make this more consistent so that e.g. styles can be set globally on the command-line or in an ini file.

Guia do colaborador