Skip to content

Commit

Permalink
Fix reviewer comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jan 11, 2023
1 parent 7effb22 commit dedb45c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pycoast/tests/test_pycoast.py
Expand Up @@ -270,7 +270,7 @@ def cw_pil():
return cw


@pytest.fixture(scope="session")
@pytest.fixture
def cw_agg():
"""Create a PIL ContourWriter."""
from pycoast import ContourWriterAGG
Expand Down Expand Up @@ -338,15 +338,6 @@ def grid_file_path(tmp_path):
yield path


@pytest.fixture
def p_file_path(tmp_path):
"""Create a test image file in P mode on disk."""
path = tmp_path / p_coasts_filename
img = Image.new("P", (640, 480))
img.save(path)
yield path


class TestContourWriterPIL:
"""Test PIL-based contour writer."""

Expand Down

0 comments on commit dedb45c

Please sign in to comment.