- separated tests
- fix tests
- fix bugs reintroduced my previous merge
This commit is contained in:
2025-09-30 16:38:25 +02:00
parent 43b2bddba5
commit a5ef982e12
8 changed files with 165 additions and 109 deletions

View File

@@ -0,0 +1,7 @@
import pytest
@pytest.mark.market
@pytest.mark.api
class TestBinance:
# TODO fare dei test veri e propri
pass