Open Source Strategy and Contributions
Open-sourcing Python Test Runner for multiple tests in parallel

Open-sourcing Python Test Runner for multiple tests in parallel

3/21/2019 · Cooper Lees

What this post added

Introduced `ptr` (Python Test Runner), an open-source tool that crawls repositories to find Python projects with unit tests, runs them in parallel, and supports code coverage checks, formatting, linting, and static type analysis. This enhances the efficiency of testing Python codebases.

Read the original post ↗