Skip to content

Commit 042b6a0

Browse files
committed
Test integration without the function
1 parent ac55a43 commit 042b6a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/test_mt5_initialization.py

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

7272
if __name__ == "__main__":
73-
print('Running MT5 initialization test...')
74-
result = mt5.initialize()
75-
print(f'Initial result: {result}, Error code: {mt5.last_error()}')
7673
success = test_mt5_initialization()
7774
sys.exit(0 if success else 1)

0 commit comments

Comments
 (0)