mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
9 lines
349 B
INI
9 lines
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
|