Update README and tests: improve test instructions and add new test suite for market system

This commit is contained in:
2025-09-26 04:52:49 +02:00
parent 576d69921b
commit 89c8faf1be
4 changed files with 207 additions and 172 deletions

View File

@@ -39,7 +39,7 @@ def pytest_collection_modifyitems(config, items):
for item in items:
if "api" in item.name.lower() or "coinbase" in item.name.lower() or "cryptocompare" in item.name.lower():
item.add_marker(pytest.mark.api)
# Aggiungi marker 'slow' ai test che potrebbero essere lenti
if "overview" in item.name.lower() or "analysis" in item.name.lower():
item.add_marker(pytest.mark.slow)