mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-06 08:47:47 +00:00
11 lines
142 B
Python
11 lines
142 B
Python
from aiomql import MetaTrader
|
|
import pytest
|
|
|
|
from .fixtures import *
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
class BaseTest:
|
|
""""""
|
|
mt5 = MetaTrader()
|