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

8 lines
125 B
Python

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