10 lines
357 B
INI
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 |