[issue37873] unittest: execute tests in parallel

2020-08-10 Thread D. A. Pellegrino
D. A. Pellegrino added the comment: Leveraging GNU Parallel (https://www.gnu.org/software/parallel/) might help simplify implementation. Perhaps that could be used as a subprocess call? -- ___ Python tracker <https://bugs.python.org/issue37

[issue41516] venv activate scripts do not pass ShellCheck

2020-08-10 Thread D. A. Pellegrino
New submission from D. A. Pellegrino : The activate scripts created by the venv module do not pass checks by ShellCheck (https://www.shellcheck.net/). ShellCheck generally has a point for each warning and note generated against the venv activate scripts. Addressing the ShellCheck reports

[issue37873] unittest: execute tests in parallel

2019-08-16 Thread D. A. Pellegrino
New submission from D. A. Pellegrino : The unittest documentation makes reference to a potential parallelization feature: "Note that shared fixtures do not play well with [potential] features like test parallelization and they break test isolation. They should be used with care.&quo