8000 Improve `tests/subtests` by ConorMacBride · Pull Request #163 · matplotlib/pytest-mpl · GitHub
[go: up one dir, main page]

Skip to content

Improve tests/subtests #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 28, 2022
commit 34fa1bbc6a4d651c1950e0b83f2f388eaf6fa264
2 changes: 1 addition & 1 deletion tests/subtests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Testing ``pytest-mpl`` using the ``tests/subtests``
**************************************************

``pytest-mpl`` can output JSON summaries (``--mpl-generate-summary=json``) which contain lots of machine readable information relating to the internal state of the plugin while it was run.
This test module (``test_subtest.py``) runs the test file ``subtest.py`` multiple times with different combinations of
This test module (``test_subtest.py``) runs the test file ``subtest.py`` multiple times with different combinations of
``pytest-mpl`` arguments.
After each test, it compares the outputted JSON summary to a "baseline" JSON summary for that specific combination of arguments (``summaries/*.json``).

Expand Down
0