matplotlib/pytest-mpl

Make options more consistent

Open

#61 opened on Oct 11, 2017

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

Repository metrics

Stars
 (269 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide