mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-09 02:07:47 +00:00
8 lines
125 B
Python
8 lines
125 B
Python
from aiomql import TradeAction
|
|
|
|
|
|
class TestConstants:
|
|
|
|
def test_trade_action(self):
|
|
assert TradeAction.DEAL == 1
|