mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-18 14:28:08 +00:00
testdata
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
import pytest
|
||||
from aiomql import MetaTester, TestData, MetaTrader, Config
|
||||
from aiomql import Config
|
||||
import MetaTrader5
|
||||
|
||||
|
||||
@@ -10,5 +10,5 @@ def config():
|
||||
|
||||
|
||||
@pytest.fixture(scope='session', autouse=True)
|
||||
def metatrader5(config):
|
||||
return MetaTrader5
|
||||
def metatrader5():
|
||||
return MetaTrader5
|
||||
|
||||
Reference in New Issue
Block a user