isidentical / teyit

Formatter for your Python unit tests
MIT License
104 stars 7 forks source link

Allow runs in parallel #8

Open isidentical opened 2 years ago

isidentical commented 2 years ago

Even though pre-commit can natively do it, for regular CLI invocations I think it is pretty useful for us to have some sort of parallelization through -w/--workers. It can simply use concurrent.futures's process based executors to map the given files into the refactor APIs.