Skip to content

Commit

Permalink
add tests for renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanahiro committed May 29, 2024
1 parent 106284b commit e58030e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_gtfs_go_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def test_renderer_polygon(mocker: MockerFixture):
# in QGIS-API there are some classes which crash on test environment
# -> mock methods using them
mocker.patch("gtfs_go_renderer.Renderer._make_categories_by", return_value=[])
mocker.patch("gtfs_go_renderer.Renderer._make_symbol", return_value=None)

polygon_layer = QgsVectorLayer(r"""{
"type": "Feature",
Expand Down

0 comments on commit e58030e

Please sign in to comment.