Files
aiomql/tests/test_constants.py
T

8 lines
125 B
Python
Raw Normal View History

2023-10-24 13:59:28 +01:00
from aiomql import TradeAction
class TestConstants:
def test_trade_action(self):
assert TradeAction.DEAL == 1