We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45e869 commit ab5b990Copy full SHA for ab5b990
pytest_mpl/plugin.py
@@ -846,7 +846,7 @@ def pytest_unconfigure(self, config):
846
summary = self.generate_summary_json()
847
print(f"A JSON report can be found at: {summary}")
848
if 'html' in self.generate_summary:
849
- summary = self.generate_summary_html(dir_list)
+ summary = self.generate_summary_html()
850
print(f"A summary of the failed tests can be found at: {summary}")
851
852
0 commit comments