Skip to content

Commit 5e84b43

Browse files
committed
TST: fix tests
1 parent c2f55d8 commit 5e84b43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mpl_gui/tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,9 @@ class TestingBackend(_Backend):
4343
FigureManager = TestManger
4444
Show = TestShow
4545

46+
@classmethod
47+
def mainloop(cls):
48+
...
49+
4650

4751
mpl_gui.select_gui_toolkit(TestingBackend)

0 commit comments

Comments
 (0)