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 ac55a43 commit 042b6a0Copy full SHA for 042b6a0
test/integration/test_mt5_initialization.py
@@ -70,8 +70,5 @@ def test_mt5_initialization():
70
return False
71
72
if __name__ == "__main__":
73
- print('Running MT5 initialization test...')
74
- result = mt5.initialize()
75
- print(f'Initial result: {result}, Error code: {mt5.last_error()}')
76
success = test_mt5_initialization()
77
sys.exit(0 if success else 1)
0 commit comments