mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-07-28 20:57:43 +00:00
12 lines
294 B
Python
12 lines
294 B
Python
# import pytest
|
|
# from aiomql import MetaTester, TestData, MetaTrader, Config
|
|
# import MetaTrader5 as mt5
|
|
#
|
|
#
|
|
# @pytest.fixture(scope='session', autouse=True)
|
|
# async def initialize():
|
|
# config = Config()
|
|
# acc = config.account_info()
|
|
# mt5.initialize(**acc)
|
|
# mt5.login(**acc)
|