refactor test markers for clarity

This commit is contained in:
2025-10-01 17:01:33 +02:00
parent df59e6cea6
commit 603dc7edeb
5 changed files with 14 additions and 9 deletions

View File

@@ -3,8 +3,9 @@ import pytest
from app.agents.market_agent import MarketToolkit
from app.markets import MarketAPIsTool
@pytest.mark.limited # usa molte api calls e non voglio esaurire le chiavi api
@pytest.mark.tools
@pytest.mark.market
@pytest.mark.api
class TestMarketAPIsTool:
def test_wrapper_initialization(self):

View File

@@ -2,7 +2,6 @@ import pytest
from app.news import NewsAPIsTool
@pytest.mark.limited
@pytest.mark.tools
@pytest.mark.news
@pytest.mark.api