You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Default: ``baseline/`` *(relative to the test file)*
89
89
90
90
The directory containing the baseline images that will be compared to the test figures.
91
-
The kwarg option (``baseline_dir``) is relative to the test file, while the CLI option (``--mpl-baseline-path``) is relative to where pytest was run.
91
+
The kwarg option (``baseline_dir``) is relative to the test file, while the CLI option (``--mpl-baseline-path``) and INI option (``mpl-baseline-path``) are relative to where pytest was run.
92
92
Absolute paths can also be used.
93
93
If the directory does not exist, it will be created along with any missing parent directories.
0 commit comments