This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

20
pytest.ini Executable file
View File

@@ -0,0 +1,20 @@
[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