Skip to content

Commit 606f0d9

Browse files
committed
Remove the test_coast_resolution_short_form test
1 parent 6c94650 commit 606f0d9

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pygmt/tests/test_coast.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,6 @@ def test_coast_dcw_list():
7676
return fig
7777

7878

79-
@pytest.mark.mpl_image_compare(filename="test_coast_world_mercator.png")
80-
def test_coast_resolution_short_form():
81-
"""
82-
Test using the short form of the 'resolution' parameter.
83-
84-
This test is the same as test_coast_world_mercator, but uses the short form of
85-
the 'resolution' parameter.
86-
"""
87-
fig = Figure()
88-
fig.coast(
89-
region=[-180, 180, -80, 80],
90-
projection="M15c",
91-
frame="af",
92-
land="#aaaaaa",
93-
D="crude",
94-
water="white",
95-
)
96-
return fig
97-
98-
9979
def test_coast_resolution_long_short_form_conflict():
10080
"""
10181
Test that using the short form of the 'resolution' parameter conflicts with

0 commit comments

Comments
 (0)