REFACTOR - MAdrid Open data file

This commit is contained in:
Urtzi Alfaro
2025-07-24 08:43:54 +02:00
parent 31c30354bc
commit d8bc64eef3
4 changed files with 1473 additions and 741 deletions

View File

@@ -0,0 +1,16 @@
[tool:pytest]
# pytest.ini - Configuration for async testing
asyncio_mode = auto
addopts = -v --tb=short --capture=no
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
markers =
asyncio: mark test as async
slow: mark test as slow
integration: mark test as integration test
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
ignore::PydanticDeprecatedSince20