- MarketAPIs to include BinanceWrapper
- update RedditWrapper & tests
This commit is contained in:
2025-10-01 14:53:00 +02:00
parent 2aa97e264a
commit 6ebd58bdb7
4 changed files with 21 additions and 7 deletions

View File

@@ -7,8 +7,7 @@ from app.social.reddit import MAX_COMMENTS, RedditWrapper
class TestRedditWrapper:
def test_initialization(self):
wrapper = RedditWrapper()
assert wrapper.client_id is not None
assert wrapper.client_secret is not None
assert wrapper is not None
assert isinstance(wrapper.tool, Reddit)
def test_get_top_crypto_posts(self):