@@ -84,23 +84,24 @@ def test_hdiff_imatch_savefig():
84
84
return plot ([1 , 2 , 3 , 4 ])
85
85
86
86
87
- # Different baseline directory
88
- # TODO: Test with a remote `baseline_dir`
89
- @pytest .mark .mpl_image_compare (baseline_dir = 'baseline/other' )
90
- def test_hdiff_imatch_baselinedir ():
91
- return plot ([4 , 2 , 1 , 4 ])
92
-
93
-
94
- # Different filename
95
- @pytest .mark .mpl_image_compare (filename = 'test_hdiff_imatch_filename_other.png' )
96
- def test_hdiff_imatch_filename ():
97
- return plot ([4 , 2 , 1 , 4 ])
98
-
99
-
100
- # Different hash library
101
- @pytest .mark .mpl_image_compare (hash_library = 'hashes/other/other.json' )
102
- def test_hdiff_imatch_filename ():
103
- return plot ([4 , 2 , 1 , 4 ])
87
+ # TODO: Implement these path altering tests later
88
+ # # Different baseline directory
89
+ # # TODO: Test with a remote `baseline_dir`
90
+ # @pytest.mark.mpl_image_compare(baseline_dir='baseline/other')
91
+ # def test_hdiff_imatch_baselinedir():
92
+ # return plot([4, 2, 1, 4])
93
+ #
94
+ #
95
+ # # Different filename
96
+ # @pytest.mark.mpl_image_compare(filename='test_hdiff_imatch_filename_other.png')
97
+ # def test_hdiff_imatch_filename():
98
+ # return plot([4, 2, 1, 4])
99
+ #
100
+ #
101
+ # # Different hash library
102
+ # @pytest.mark.mpl_image_compare(hash_library='hashes/other/other.json')
103
+ # def test_hdiff_imatch_hashlibrary():
104
+ # return plot([4, 2, 1, 4])
104
105
105
106
106
107
# Different style
0 commit comments