Files
aiomql/tests/__init__.py
T

11 lines
142 B
Python

from aiomql import MetaTrader
import pytest
from .fixtures import *
@pytest.mark.asyncio
class BaseTest:
""""""
mt5 = MetaTrader()