mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-22 08:18:06 +00:00
refactor symbol and executor
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
from aiomql.symbol import Symbol
|
||||
|
||||
from . import *
|
||||
|
||||
|
||||
class TestSymbol(BaseTest):
|
||||
sym = Symbol(name="EURJPY")
|
||||
|
||||
async def test_init(self):
|
||||
await self.sym.init()
|
||||
assert self.sym.select is True
|
||||
Reference in New Issue
Block a user