[pytest]
python_files = test_*.py *_test.py
python_classes = Test*
python_functions = test_*
testpaths = tests
addopts =
-v
--strict-markers
--tb=short
--cov=jiuwenswarm
--cov-report=term-missing
--cov-report=html
--cov-report=xml
--asyncio-mode=auto
markers =
unit: Unit tests
integration: Integration tests
system: System tests
slow: Slow running tests
async: Async tests
log_cli = true
log_cli_level = INFO
log_cli_format = %(asctime)s [%(levelname)s] %(message)s
log_cli_date_format = %Y-%m-%d %H:%M:%S
filterwarnings =
error
ignore::DeprecationWarning
ignore::PendingDeprecationWarning