Files
parlant/pytest.ini
Dor Zohar 53701f82bf Add pytest mark
Signed-off-by: Dor Zohar <dor@emcie.co>
2025-12-20 20:04:23 +00:00

10 lines
357 B
INI

[pytest]
asyncio_mode = auto
bdd_features_base_dir = tests/
filterwarnings =
ignore::pytest.PytestDeprecationWarning:pytest_bdd.*
ignore::pytest.PytestWarning:.*usefixtures.*has no effect
addopts = "--import-mode=importlib"
markers =
engine: marks tests related to engine behavior
evaluation: marks tests related to preprocessing evaluations