Files
aiomql/tests/__init__.py
T

11 lines
142 B
Python
Raw Normal View History

2023-10-24 13:59:28 +01:00
from aiomql import MetaTrader
import pytest
from .fixtures import *
@pytest.mark.asyncio
class BaseTest:
""""""
mt5 = MetaTrader()