We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ea980 commit 60c9caaCopy full SHA for 60c9caa
tests/test_delivery_area.py
@@ -88,7 +88,7 @@ class ProtoConversionTestCase:
88
],
89
ids=lambda case: case.name,
90
)
91
-def test_delivery_area_creation(case: DeliveryAreaTestCase) -> None:
+def test_creation(case: DeliveryAreaTestCase) -> None:
92
"""Test creating DeliveryArea instances with various parameters.
93
94
Args:
@@ -149,7 +149,7 @@ def test_delivery_area_creation(case: DeliveryAreaTestCase) -> None:
149
150
151
152
-def test_delivery_area_from_proto(
+def test_from_proto(
153
caplog: pytest.LogCaptureFixture, case: ProtoConversionTestCase
154
) -> None:
155
"""Test conversion from protobuf message to DeliveryArea.
0 commit comments