@@ -14,12 +14,6 @@ def test_acorr(self):
14
14
fig , ax = plt .subplots ()
15
15
ax .acorr (...)
16
16
17
- @pytest .mark .xfail (reason = "Test for angle_spectrum not written yet" )
18
- @mpl .style .context ("default" )
19
- def test_angle_spectrum (self ):
20
- fig , ax = plt .subplots ()
21
- ax .angle_spectrum (...)
22
-
23
17
@pytest .mark .xfail (reason = "Test for annotate not written yet" )
24
18
@mpl .style .context ("default" )
25
19
def test_annotate (self ):
@@ -110,12 +104,6 @@ def test_clabel(self):
110
104
fig , ax = plt .subplots ()
111
105
ax .clabel (...)
112
106
113
- @pytest .mark .xfail (reason = "Test for cohere not written yet" )
114
- @mpl .style .context ("default" )
115
- def test_cohere (self ):
116
- fig , ax = plt .subplots ()
117
- ax .cohere (...)
118
-
119
107
@pytest .mark .xfail (reason = "Test for contour not written yet" )
120
108
@mpl .style .context ("default" )
121
109
def test_contour (self ):
@@ -128,12 +116,6 @@ def test_contourf(self):
128
116
fig , ax = plt .subplots ()
129
117
ax .contourf (...)
130
118
131
- @pytest .mark .xfail (reason = "Test for csd not written yet" )
132
- @mpl .style .context ("default" )
133
- def test_csd (self ):
134
- fig , ax = plt .subplots ()
135
- ax .csd (...)
136
-
137
119
@pytest .mark .xfail (reason = "Test for errorbar not written yet" )
138
120
@mpl .style .context ("default" )
139
121
def test_errorbar (self ):
@@ -241,12 +223,6 @@ def test_loglog(self):
241
223
fig , ax = plt .subplots ()
242
224
ax .loglog (...)
243
225
244
- @pytest .mark .xfail (reason = "Test for magnitude_spectrum not written yet" )
245
- @mpl .style .context ("default" )
246
- def test_magnitude_spectrum (self ):
247
- fig , ax = plt .subplots ()
248
- ax .magnitude_spectrum (...)
249
-
250
226
@pytest .mark .xfail (reason = "Test for matshow not written yet" )
251
227
@mpl .style .context ("default" )
252
228
def test_matshow (self ):
@@ -277,12 +253,6 @@ def test_pcolormesh(self):
277
253
fig , ax = plt .subplots ()
278
254
ax .pcolormesh (...)
279
255
280
- @pytest .mark .xfail (reason = "Test for phase_spectrum not written yet" )
281
- @mpl .style .context ("default" )
282
- def test_phase_spectrum (self ):
283
- fig , ax = plt .subplots ()
284
- ax .phase_spectrum (...)
285
-
286
256
@mpl .style .context ("default" )
287
257
def test_plot (self ):
288
258
mpl .rcParams ["date.converter" ] = 'concise'
@@ -312,12 +282,6 @@ def test_plot_date(self):
312
282
ax2 .plot_date (x_dates , y_ranges )
313
283
ax3 .plot_date (x_ranges , y_dates )
314
284
315
- @pytest .mark .xfail (reason = "Test for psd not written yet" )
316
- @mpl .style .context ("default" )
317
- def test_psd (self ):
318
- fig , ax = plt .subplots ()
319
- ax .psd (...)
320
-
321
285
@pytest .mark .xfail (reason = "Test for quiver not written yet" )
322
286
@mpl .style .context ("default" )
323
287
def test_quiver (self ):
@@ -348,12 +312,6 @@ def test_semilogy(self):
348
312
fig , ax = plt .subplots ()
349
313
ax .semilogy (...)
350
314
351
- @pytest .mark .xfail (reason = "Test for specgram not written yet" )
352
- @mpl .style .context ("default" )
353
- def test_specgram (self ):
354
- fig , ax = plt .subplots ()
355
- ax .specgram (...)
356
-
357
315
@pytest .mark .xfail (reason = "Test for spy not written yet" )
358
316
@mpl .style .context ("default" )
359
317
def test_spy (self ):
@@ -390,12 +348,6 @@ def test_streamplot(self):
390
348
fig , ax = plt .subplots ()
391
349
ax .streamplot (...)
392
350
393
- @pytest .mark .xfail (reason = "Test for table not written yet" )
394
- @mpl .style .context ("default" )
395
- def test_table (self ):
396
- fig , ax = plt .subplots ()
397
- ax .table (...)
398
-
399
351
@pytest .mark .xfail (reason = "Test for text not written yet" )
400
352
@mpl .style .context ("default" )
401
353
def test_text (self ):
0 commit comments