We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa96f9 commit dbe592eCopy full SHA for dbe592e
test/integration/test_mt5_initialization.py
@@ -88,5 +88,8 @@ def test_mt5_initialization():
88
return False
89
90
if __name__ == "__main__":
91
+ print('Running MT5 initialization test...')
92
+ result = mt5.initialize()
93
+ print(f'Initial result: {result}, Error code: {mt5.last_error()}')
94
success = test_mt5_initialization()
95
sys.exit(0 if success else 1)
0 commit comments