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 f9f64ad commit cded600Copy full SHA for cded600
openlibrary/tests/core/test_fulltext.py
@@ -42,7 +42,7 @@ async def test_bad_json(self, httpx_mock, monkeypatch):
42
43
@pytest.mark.asyncio
44
@pytest.mark.parametrize(
45
- "page,limit,offset_kwarg,expected_from",
+ ("page", "limit", "offset_kwarg", "expected_from"),
46
[
47
(1, 20, "NOT_PASSED", 0), # offset not passed at all
48
(1, 20, None, 0), # offset=None explicitly
0 commit comments