web/freedium-library/pytest.ini
ZhymabekRoman 4bf6343292 new frontend: deps update, minor fixes
backend: curl-impersonate as request library option & minor fixes
2025-06-06 20:18:55 +05:00

9 lines
No EOL
349 B
INI

[pytest]
addopts = --cov=freedium_library
asyncio_default_fixture_loop_scope = function
filterwarnings =
ignore:Request should be used as a context manager using 'with' or 'async with' to ensure proper resource cleanup:UserWarning
markers =
integration: marks tests as integration tests
medium_static: marks tests as medium static tests