Files
aiomql/tests/test_constants.py
T

8 lines
125 B
Python

from aiomql import TradeAction
class TestConstants:
def test_trade_action(self):
assert TradeAction.DEAL == 1