tests: add section comments to all test files

This commit is contained in:
bohd4nx
2026-03-25 18:33:47 +02:00
parent fb0b82e429
commit bae2e1b400
4 changed files with 12 additions and 0 deletions
+3
View File
@@ -8,6 +8,9 @@ from pyfragment.types.constants import BASE_HEADERS, STARS_PAGE
from pyfragment.utils import get_fragment_hash
# Hash integration tests
@pytest.mark.asyncio
async def test_hash_is_valid_hex(cookies: dict) -> None:
result = await get_fragment_hash(cookies, BASE_HEADERS, STARS_PAGE)
+3
View File
@@ -22,6 +22,9 @@ FAKE_HTML = """
"""
# search_usernames mocked tests
@pytest.mark.asyncio
async def test_search_usernames_basic(client: FragmentClient) -> None:
with (
+3
View File
@@ -22,6 +22,9 @@ FAKE_HTML = """
"""
# search_numbers mocked tests
@pytest.mark.asyncio
async def test_search_numbers_basic(client: FragmentClient) -> None:
with (
+3
View File
@@ -48,6 +48,9 @@ FAKE_GIFTS_HTML = """
"""
# search_gifts mocked tests
@pytest.mark.asyncio
async def test_search_gifts_basic(client: FragmentClient) -> None:
with (