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.
2 parents aed6071 + 38d836c commit f6b281aCopy full SHA for f6b281a
tests/test_db.py
@@ -118,7 +118,7 @@ def setUpClass(cls):
118
)
119
120
121
- # @test_config.no_stdout
+ @test_config.no_stdout
122
@unittest.skipIf(sys.platform.startswith("win"), "Fails on windows")
123
def test_db_color_basic(self):
124
# Fails under windows with
@@ -188,7 +188,8 @@ def plotter_modifier(plotter, time):
188
self.check_image(ref_file, out_file)
189
190
191
192
+ @unittest.skipIf(sys.platform.startswith("win"), "Fails on windows")
193
def test_db_overlay1(self):
194
""" Testing a complex multilayered plot (with alpha compositing) from a
195
saved database
0 commit comments