ipwatch
This commit is contained in:
20
pytest.ini
Executable file
20
pytest.ini
Executable 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
|
||||
Reference in New Issue
Block a user