forked from LengKundee/MQL5-Google-Onedrive
This commit replaces the `ProcessPoolExecutor` in `scripts/test_automation.py` with sequential execution. For this small suite of short-lived tests, the overhead of process creation and IPC (~1.2s) significantly outweighed the benefits of parallelization. Impact: - Reduces test suite execution time from ~4.1s to ~2.9s (~30% speedup). - Simplifies code and improves output determinism. - Maintains output capturing and error handling integrity. |
||
|---|---|---|
| .. | ||
| bolt.md | ||
| deploy.yml | ||