Skip to content

Commit 033e97e

Browse files
committed
Adds a figure creation test
1 parent 032450d commit 033e97e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mplaltair/tests/test_basic.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
import matplotlib.pyplot as plt
2+
13
def test_import():
24
import mplaltair
35
del mplaltair
6+
7+
def test_mpl_figure():
8+
fig = plt.figure()
9+
del fig
10+

0 commit comments

Comments
 (0)