Final review

- rm PublicBinanceAgent & updated demo
- moved in the correct folder some tests
- fix binance bug
This commit is contained in:
Giacomo Bertolazzi
2025-10-01 13:50:19 +00:00
parent 31057007fb
commit 66d2838df3
8 changed files with 47 additions and 250 deletions

View File

@@ -23,6 +23,7 @@ def pytest_configure(config:pytest.Config):
("social", "marks tests that use social media"),
("limited", "marks tests that have limited execution due to API constraints"),
("wrapper", "marks tests for wrapper handler"),
("tools", "marks tests for tools"),
]
for marker in markers:
line = f"{marker[0]}: {marker[1]}"