mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-26 01:58:05 +00:00
v4
This commit is contained in:
@@ -3,8 +3,9 @@ from datetime import datetime
|
||||
import pytest
|
||||
from aiomql.lib.history import History
|
||||
|
||||
|
||||
class TestHistory:
|
||||
@pytest.fixture(scope='class', autouse=True)
|
||||
@pytest.fixture(scope="class", autouse=True)
|
||||
async def init(self, make_buy_sell_orders):
|
||||
await self.history.initialize()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user