Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d6f8f16

Browse files
committed
TST: put pie back
timedeltas make sense
1 parent 3eb20d3 commit d6f8f16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/matplotlib/tests/test_datetime.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,12 @@ def test_matshow(self):
212212
fig, ax = plt.subplots()
213213
ax.matshow(...)
214214

215+
@pytest.mark.xfail(reason="Test for pie not written yet")
216+
@mpl.style.context("default")
217+
def test_pie(self):
218+
fig, ax = plt.subplots()
219+
ax.pcolor(...)
220+
215221
@pytest.mark.xfail(reason="Test for pcolor not written yet")
216222
@mpl.style.context("default")
217223
def test_pcolor(self):

0 commit comments

Comments
 (0)