Files
aiomql/tests/__init__.py
T
2023-10-24 13:59:28 +01:00

11 lines
142 B
Python

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