Skip to content

Commit 35789fd

Browse files
committed
ensure summary kernel entry populated
1 parent 3f7d113 commit 35789fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_mpl/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ def compare_image_to_hash_library(self, item, fig, result_dir, summary=None):
621621
hash_name = self.generate_test_name(item)
622622
baseline_hash = hash_library.get(hash_name, None)
623623
summary['baseline_hash'] = baseline_hash
624+
summary['kernel'] = self.kernel.name
624625

625626
result_hash = self.generate_image_hash(item, fig)
626627
summary['result_hash'] = result_hash

0 commit comments

Comments
 (0)