Files
ipwatch/pytest.ini
2026-02-07 16:57:37 +01:00

21 lines
383 B
INI
Executable File

[pytest]
# Configuration pytest pour IPWatch
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
# Options par défaut
addopts =
-v
--tb=short
--strict-markers
# Markers
markers =
asyncio: marque les tests asynchrones
integration: marque les tests d'intégration
unit: marque les tests unitaires
asyncio_mode = auto