craigahobbs / unittest-parallel

Parallel unit test runner for Python with coverage support
MIT License
29 stars 5 forks source link

Use spawn to start processes and add an option to use new processes. #12

Closed stewartmiles closed 2 years ago

stewartmiles commented 2 years ago

Fixes #11

craigahobbs commented 2 years ago

Thanks for the pull request! Looks good at a glance. I want to take a closer look and, barring any issues, should get it merged in and released later this week.

stewartmiles commented 2 years ago

@craigahobbs thanks for your speedy response.