16 lines
503 B
INI
16 lines
503 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_paths = .
|
|
addopts = --maxfail=1 --disable-warnings -q --tb=short -v
|
|
asyncio_mode = auto
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
integration: marks tests as integration tests
|
|
unit: marks tests as unit tests
|
|
privacy: marks tests related to privacy compliance
|
|
performance: marks tests related to performance
|
|
filterwarnings =
|
|
ignore::DeprecationWarning
|
|
ignore::PendingDeprecationWarning
|
|
env =
|
|
CRAWL4AI_TEST_MODE=1 |