Aggiunta validazione dei provider nella configurazione API e tests

This commit is contained in:
2025-11-05 20:12:14 +01:00
parent 2996bd4616
commit 24d73b6bf8
3 changed files with 375 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ def pytest_configure(config:pytest.Config):
("social", "marks tests that use social media"),
("wrapper", "marks tests for wrapper handler"),
("configs", "marks tests for configuration classes"),
("tools", "marks tests for tools"),
("aggregator", "marks tests for market data aggregator"),