mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-18 06:18:06 +00:00
refactor symbol and executor
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from aiomql import MetaTrader
|
||||
import pytest
|
||||
|
||||
from .fixtures import *
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
class BaseTest:
|
||||
""""""
|
||||
mt5 = MetaTrader()
|
||||
Reference in New Issue
Block a user