chore: Enhance pytest configuration and add custom markers in pyproject.toml

This commit is contained in:
Anish Sarkar 2026-02-25 17:51:33 +05:30
parent d350f47ee7
commit 03d8788241
2 changed files with 9 additions and 1 deletions

View file

@ -17,6 +17,7 @@ import shutil
from pathlib import Path
import httpx
import pytest
from tests.utils.helpers import (
FIXTURES_DIR,
@ -27,6 +28,8 @@ from tests.utils.helpers import (
upload_multiple_files,
)
pytestmark = pytest.mark.document
# ---------------------------------------------------------------------------
# Helpers local to this module
# ---------------------------------------------------------------------------