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 734af8c commit 13f56a2Copy full SHA for 13f56a2
tests/unit/crawlers/_adaptive_playwright/test_predictor.py
@@ -24,7 +24,7 @@
24
('http://www.ddf.com/some', 'client only'),
25
],
26
)
27
-async def ictor_same_label(url: str, expected_prediction: RenderingType, label: str | None) -> None:
+async def test_predictor_same_label(url: str, expected_prediction: RenderingType, label: str | None) -> None:
28
async with DefaultRenderingTypePredictor() as predictor:
29
learning_inputs: tuple[tuple[str, RenderingType], ...] = (
30
('http://www.aaa.com/some/stuff', 'static'),
0 commit comments