Skip to content

Commit dbe592e

Browse files
committed
another attempt
1 parent ffa96f9 commit dbe592e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/test_mt5_initialization.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,8 @@ def test_mt5_initialization():
8888
return False
8989

9090
if __name__ == "__main__":
91+
print('Running MT5 initialization test...')
92+
result = mt5.initialize()
93+
print(f'Initial result: {result}, Error code: {mt5.last_error()}')
9194
success = test_mt5_initialization()
9295
sys.exit(0 if success else 1)

0 commit comments

Comments
 (0)