Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Feb 5, 2025
1 parent 96d78f7 commit d01f624
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/web/search/test_web_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@


@flaky(max_runs=3, min_passes=1)
@pytest.mark.parametrize("queries",[['1. "Python Programming Language"'],
['1. "Python Programming Language"',
"Python"],])
@pytest.mark.parametrize("queries", [['1. "Python Programming Language"'],
['1. "Python Programming Language"',
"Python"],])
@pytest.mark.parametrize("se", SE_TO_TEST)
@pytest.mark.asyncio
async def test_basic_search_query(queries, se):
Expand Down Expand Up @@ -67,9 +67,9 @@ async def _tps(obj, page, search_query):
assert not out[1]


@pytest.mark.parametrize("queries",[['1. "Python Programming Language"'],
['1. "Python Programming Language"',
"Python"],])
@pytest.mark.parametrize("queries", [['1. "Python Programming Language"'],
['1. "Python Programming Language"',
"Python"],])
@pytest.mark.parametrize("num_results_multiplier", [0, 1, 5])
@pytest.mark.asyncio
async def test_search_query_num_results(queries, num_results_multiplier):
Expand Down

0 comments on commit d01f624

Please # to comment.