We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f7d113 commit 35789fdCopy full SHA for 35789fd
1 file changed
pytest_mpl/plugin.py
@@ -621,6 +621,7 @@ def compare_image_to_hash_library(self, item, fig, result_dir, summary=None):
621
hash_name = self.generate_test_name(item)
622
baseline_hash = hash_library.get(hash_name, None)
623
summary['baseline_hash'] = baseline_hash
624
+ summary['kernel'] = self.kernel.name
625
626
result_hash = self.generate_image_hash(item, fig)
627
summary['result_hash'] = result_hash
0 commit comments